r62004 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62003‎ | r62004 | r62005 >
Date:02:36, 5 February 2010
Author:simetrical
Status:ok
Tags:
Comment:
Remove extra space in <html> from version="" stuff
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2105,8 +2105,8 @@
21062106 # Much saner.
21072107 $ret .= "<!doctype html>\n";
21082108 }
2109 - $ret .= "<html lang=\"$wgContLanguageCode\" dir=\"$dir\" ";
2110 - if ( $wgHtml5Version ) $ret .= " version=\"$wgHtml5Version\" ";
 2109+ $ret .= "<html lang=\"$wgContLanguageCode\" dir=\"$dir\"";
 2110+ if ( $wgHtml5Version ) $ret .= " version=\"$wgHtml5Version\"";
21112111 $ret .= ">\n";
21122112 } else {
21132113 $ret .= "<!DOCTYPE html PUBLIC \"$wgDocType\" \"$wgDTD\">\n";

Status & tagging log