From 1f806faa0f99e4612e0fdc16a292b708170861ff Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 12 May 2005 08:28:26 +0000 Subject: [PATCH] * (bug 2150) Fix tab indexes on edit form --- RELEASE-NOTES | 1 + includes/EditPage.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d236a640ee..55a301f2a4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -180,6 +180,7 @@ Various bugfixes, small features, and a few experimental things: default (previously this was disabled for no particular reason) * dumpBackup.php can dump the full database to Export XML, with current revisions only or complete histories. +* (bug 2150) Fix tab indexes on edit form === Caveats === diff --git a/includes/EditPage.php b/includes/EditPage.php index 093a9c4c07..1961489af8 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -600,7 +600,7 @@ class EditPage { $editsummary = ''; } else { $commentsubject = ''; - $editsummary="{$summary}:
"; + $editsummary="{$summary}:
"; } if( !$this->preview && !$this->diff ) { @@ -671,7 +671,7 @@ END " title=\"".wfMsg('tooltip-save')."\"/> - {$cancel} | {$edithelp}{$templates}" ); $wgOut->addWikiText( $copywarn ); -- 2.20.1