From 3792b248035c2a55f358795055c815341ffff74d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 23 Nov 2009 18:52:35 +0000 Subject: [PATCH] Minor followup for r59360 Should really read the proper source/html validate http://www.w3.org/TR/html5/editing.html Replace yes for true --- includes/EditPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 745a7cc9b8..65265ad4b7 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -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. -- 2.20.1