Minor followup for r59360
authorSam Reed <reedy@users.mediawiki.org>
Mon, 23 Nov 2009 18:52:35 +0000 (18:52 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 23 Nov 2009 18:52:35 +0000 (18:52 +0000)
Should really read the proper source/html validate

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

Replace yes for true

includes/EditPage.php

index 745a7cc..65265ad 100644 (file)
@@ -1426,7 +1426,7 @@ class EditPage {
                                                                                'id' => 'wpSummary',
                                                                                'maxlength' => '200',
                                                                                'tabindex' => '1',
-                                                                               'spellcheck' => 'yes'
+                                                                               'spellcheck' => 'true'
                                                                        ) );
                        } else {
                                $summaryhiddens .= Xml::hidden( 'wpIgnoreBlankSummary', true ); # bug 18699
@@ -1454,7 +1454,7 @@ class EditPage {
                                        'id' => 'wpSummary',
                                        'maxlength' => '200',
                                        'tabindex' => '1',
-                                       'spellcheck' => 'yes'
+                                       'spellcheck' => 'true'
                                ) );
 
                        // No idea where this is closed.