From: Brion Vibber Date: Thu, 12 May 2005 08:28:26 +0000 (+0000) Subject: * (bug 2150) Fix tab indexes on edit form X-Git-Tag: 1.5.0alpha2~226 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=1f806faa0f99e4612e0fdc16a292b708170861ff;p=lhc%2Fweb%2Fwiklou.git * (bug 2150) Fix tab indexes on edit form --- 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 );