r67640 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67639‎ | r67640 | r67641 >
Date:16:55, 8 June 2010
Author:ashley
Status:ok (Comments)
Tags:
Comment:
follow-up to r67631: add semicolon back
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -35,7 +35,7 @@
3636 // wait for the CSS file to load before fetching the HTC file.
3737 $out->addScript(
3838 '<!--[if lt IE 7]><style type="text/css">body{behavior:url("' .
39 - htmlspecialchars($wgLocalStylePath) .
 39+ htmlspecialchars( $wgLocalStylePath ) .
4040 '/vector/csshover.htc")}</style><![endif]-->'
4141 );
4242 }
@@ -70,7 +70,7 @@
7171 * @private
7272 */
7373 function buildNavigationUrls() {
74 - global $wgContLang, $wgLang, $wgOut, $wgUser, $wgRequest, $wgArticle
 74+ global $wgContLang, $wgLang, $wgOut, $wgUser, $wgRequest, $wgArticle;
7575 global $wgDisableLangConversion, $wgVectorUseIconWatch;
7676
7777 wfProfileIn( __METHOD__ );

Follow-up revisions

RevisionCommit summaryAuthorDate
r677531.16wmf4: Merge some Vector fixes from trunk: r67537, r67544, r67576, r67631,...catrope19:52, 9 June 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67631Escape for html $wgLocalStylePath....platonides16:12, 8 June 2010

Comments

#Comment by Platonides (talk | contribs)   17:48, 8 June 2010

Oops. Thanks.

Status & tagging log