From 0162cb1f2fd30045a77e213e393e16bb01cf03c9 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 30 Nov 2007 18:16:26 +0000 Subject: [PATCH] (bug 12166) Fix XHTML validity for Special:Emailuser. Patch by Danny B. --- RELEASE-NOTES | 1 + includes/SpecialEmailuser.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4419cf581d..77c55c9129 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -201,6 +201,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * The number of watching users in watchlists was always reported as 1 * namespaceDupes.php no longer dies when coming across an illegal title * (bug 12143) Do not show a link to patrol new pages for non existent pages +* (bug 12166) Fix XHTML validity for Special:Emailuser == Parser changes in 1.12 == diff --git a/includes/SpecialEmailuser.php b/includes/SpecialEmailuser.php index b7a176c21b..7104c525da 100644 --- a/includes/SpecialEmailuser.php +++ b/includes/SpecialEmailuser.php @@ -133,7 +133,7 @@ class EmailUserForm {
- " . wfCheckLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "
-- 2.20.1