follow-up to r67631: add semicolon back
authorJack Phoenix <ashley@users.mediawiki.org>
Tue, 8 Jun 2010 16:55:19 +0000 (16:55 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Tue, 8 Jun 2010 16:55:19 +0000 (16:55 +0000)
skins/Vector.php

index a05ee9b..74a1ae3 100644 (file)
@@ -35,7 +35,7 @@ class SkinVector extends SkinTemplate {
                // wait for the CSS file to load before fetching the HTC file.
                $out->addScript(
                        '<!--[if lt IE 7]><style type="text/css">body{behavior:url("' .
-                               htmlspecialchars($wgLocalStylePath) .
+                               htmlspecialchars( $wgLocalStylePath ) .
                                '/vector/csshover.htc")}</style><![endif]-->'
                );
        }
@@ -70,7 +70,7 @@ class SkinVector extends SkinTemplate {
         * @private
         */
        function buildNavigationUrls() {
-               global $wgContLang, $wgLang, $wgOut, $wgUser, $wgRequest, $wgArticle
+               global $wgContLang, $wgLang, $wgOut, $wgUser, $wgRequest, $wgArticle;
                global $wgDisableLangConversion, $wgVectorUseIconWatch;
 
                wfProfileIn( __METHOD__ );