Tweak for r47202: readd a space between the "summary" message and the input just...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 18 Feb 2009 11:24:37 +0000 (11:24 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 18 Feb 2009 11:24:37 +0000 (11:24 +0000)
includes/EditPage.php

index d896026..50d16a8 100644 (file)
@@ -1367,7 +1367,7 @@ class EditPage {
 
                        $editsummary = Xml::tags( 'label', array( 'for' => 'wpSummary' ), $summary );
                        $editsummary =
-                               Xml::tags( 'span', array( 'id' => 'wpSummaryLabel' ), $editsummary );
+                               Xml::tags( 'span', array( 'id' => 'wpSummaryLabel' ), $editsummary ) . ' ';
                                
                        $editsummary .= Xml::input( 'wpSummary',
                                60,