r59361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59360‎ | r59361 | r59362 >
Date:18:52, 23 November 2009
Author:reedy
Status:resolved
Tags:
Comment:
Minor followup for r59360

Should really read the proper source/html validate

http://www.w3.org/TR/html5/editing.html

Replace yes for true
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1426,7 +1426,7 @@
14271427 'id' => 'wpSummary',
14281428 'maxlength' => '200',
14291429 'tabindex' => '1',
1430 - 'spellcheck' => 'yes'
 1430+ 'spellcheck' => 'true'
14311431 ) );
14321432 } else {
14331433 $summaryhiddens .= Xml::hidden( 'wpIgnoreBlankSummary', true ); # bug 18699
@@ -1454,7 +1454,7 @@
14551455 'id' => 'wpSummary',
14561456 'maxlength' => '200',
14571457 'tabindex' => '1',
1458 - 'spellcheck' => 'yes'
 1458+ 'spellcheck' => 'true'
14591459 ) );
14601460
14611461 // No idea where this is closed.

Follow-up revisions

RevisionCommit summaryAuthorDate
r59963Fix bugs in r59360, r59361, r59363...simetrical19:01, 11 December 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59360bug 21604 Spellcheck attribute for editsummaryreedy18:38, 23 November 2009

Status & tagging log