r64166 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64165‎ | r64166 | r64167 >
Date:18:31, 25 March 2010
Author:ialex
Status:ok (Comments)
Tags:
Comment:
* (bug 22949) extra </html> at beginning of page
Modified paths:
  • /trunk/phase3/CREDITS (modified) (history)
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/CREDITS
@@ -86,6 +86,7 @@
8787 * Jimmy Xu
8888 * Karun Dambietz
8989 * Kim Hyun-Joon
 90+* Lee Worden
9091 * liangent
9192 * Lucas Garczewski
9293 * Louperivois
Index: trunk/phase3/includes/OutputPage.php
@@ -2118,7 +2118,7 @@
21192119 }
21202120 $this->addMeta( 'http:Content-Type', "$wgMimeType; charset=$wgOutputEncoding" );
21212121 }
2122 - $ret .= Html::element( 'html', $htmlAttribs ) . "\n";
 2122+ $ret .= Html::openElement( 'html', $htmlAttribs ) . "\n";
21232123
21242124 $openHead = Html::openElement( 'head' );
21252125 if ( $openHead ) {

Comments

#Comment by Simetrical (talk | contribs)   22:28, 28 March 2010

Oops . . . this was a typo from r63992. Thanks for fixing!

Status & tagging log