r48869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48868‎ | r48869 | r48870 >
Date:09:45, 26 March 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 18175) Removed inappropriate whitespace between type= and "text/javascript" in script tag
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -313,7 +313,7 @@
314314 static function makeVariablesScript( $data ) {
315315 global $wgJsMimeType;
316316
317 - $r = array( "<script type= \"$wgJsMimeType\">/*<![CDATA[*/" );
 317+ $r = array( "<script type=\"$wgJsMimeType\">/*<![CDATA[*/" );
318318 foreach ( $data as $name => $value ) {
319319 $encValue = Xml::encodeJsVar( $value );
320320 $r[] = "var $name = $encValue;";

Status & tagging log