Don't let textareas be done in short form
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 27 Jun 2008 10:46:04 +0000 (10:46 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 27 Jun 2008 10:46:04 +0000 (10:46 +0000)
includes/Xml.php

index 8a1ad27..ac44348 100644 (file)
@@ -489,7 +489,7 @@ class Xml {
                                                'cols' => $cols,
                                                'rows' => $rows
                                        ) + $attribs,
-                                       $content );
+                                       $content."\n" );
        }
 
        /**