r47634 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47633‎ | r47634 | r47635 >
Date:20:02, 21 February 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Fix (bug 17466) again. Done before in r47280.
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.inc
@@ -439,7 +439,7 @@
440440 $label = wfMsg('summary');
441441 $disabled_text = ($is_disabled) ? "disabled" : "";
442442 $text =<<<END
443 - <span id='wpSummaryLabel'><label for='wpSummary'>$label:</label></span>
 443+ <span id='wpSummaryLabel'><label for='wpSummary'>$label</label></span>
444444 <input tabindex="$sfgTabIndex" type='text' value="" name='wpSummary' id='wpSummary' maxlength='200' size='60' $disabled_text/>
445445
446446 END;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47280(bug 17466) Hard coded colon causing duplicated colonsiebrand00:24, 15 February 2009

Status & tagging log