r47444 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47443‎ | r47444 | r47445 >
Date:11:24, 18 February 2009
Author:ialex
Status:ok
Tags:
Comment:
Tweak for r47202: readd a space between the "summary" message and the input just after it
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1367,7 +1367,7 @@
13681368
13691369 $editsummary = Xml::tags( 'label', array( 'for' => 'wpSummary' ), $summary );
13701370 $editsummary =
1371 - Xml::tags( 'span', array( 'id' => 'wpSummaryLabel' ), $editsummary );
 1371+ Xml::tags( 'span', array( 'id' => 'wpSummaryLabel' ), $editsummary ) . ' ';
13721372
13731373 $editsummary .= Xml::input( 'wpSummary',
13741374 60,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47202Trying to make the EditPage code a bit more readable by breaking lines and co...werdna23:42, 12 February 2009

Status & tagging log