X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=b7341e3b7a2a8b90e65de3bd9190cbb6ad8c04ab;hb=e4468a1d6b6;hp=e78cd7bd124d0cdf32085134dc9d29ed0462e1a4;hpb=9d37c792b2ee408b6a01b43a1a649e6074c11c34;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index e78cd7bd12..b7341e3b7a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -54,7 +54,8 @@ class OutputPage extends ContextSource { protected $mCanonicalUrl = false; /** - * @var string The contents of

*/ + * @var string The contents of

+ */ private $mPageTitle = ''; /** @@ -3047,8 +3048,8 @@ class OutputPage extends ContextSource { // This library is intended to run on older browsers that MediaWiki no longer // supports as Grade A. For these Grade C browsers, we provide an experience - // using only HTML and CSS. Where standards-compliant browsers are able to style - // unknown HTML elements without issue, old IE ignores these styles. + // using only HTML and CSS. But, where standards-compliant browsers are able to + // style unknown HTML elements without issue, old IE ignores these styles. // The html5shiv library fixes that. // Use an IE conditional comment to serve the script only to old IE $shivUrl = $config->get( 'ResourceBasePath' ) . '/resources/lib/html5shiv/html5shiv.js';