From: Alexandre Emsenhuber Date: Wed, 18 Feb 2009 11:24:37 +0000 (+0000) Subject: Tweak for r47202: readd a space between the "summary" message and the input just... X-Git-Tag: 1.31.0-rc.0~42806 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=ab138f8448700ee9b35e0c3c143a821543b15864;p=lhc%2Fweb%2Fwiklou.git Tweak for r47202: readd a space between the "summary" message and the input just after it --- diff --git a/includes/EditPage.php b/includes/EditPage.php index d896026df5..50d16a80e1 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -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,