From ab138f8448700ee9b35e0c3c143a821543b15864 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 18 Feb 2009 11:24:37 +0000 Subject: [PATCH] Tweak for r47202: readd a space between the "summary" message and the input just after it --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1