r36722 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36721‎ | r36722 | r36723 >
Date:10:46, 27 June 2008
Author:werdna
Status:old
Tags:
Comment:
Don't let textareas be done in short form
Modified paths:
  • /trunk/phase3/includes/Xml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Xml.php
@@ -489,7 +489,7 @@
490490 'cols' => $cols,
491491 'rows' => $rows
492492 ) + $attribs,
493 - $content );
 493+ $content."\n" );
494494 }
495495
496496 /**

Status & tagging log