From 6e0ed9b3bb0ffdcee545dd236d7ba400ba9ae021 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 26 Nov 2007 22:25:28 +0000 Subject: [PATCH] * (bug 12082) Add CSS id for textarea Based on a patch by Danny B from bug 12087 --- includes/SpecialEmailuser.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/SpecialEmailuser.php b/includes/SpecialEmailuser.php index 1d5a964731..297dab64c1 100644 --- a/includes/SpecialEmailuser.php +++ b/includes/SpecialEmailuser.php @@ -133,7 +133,7 @@ class EmailUserForm {
- " . wfCheckLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "
@@ -192,4 +192,3 @@ class EmailUserForm { $wgOut->returnToMain( false, $user->getUserPage() ); } } - -- 2.20.1