From: Raimond Spekking Date: Mon, 26 Nov 2007 22:25:28 +0000 (+0000) Subject: * (bug 12082) Add CSS id for textarea X-Git-Tag: 1.31.0-rc.0~50709 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=6e0ed9b3bb0ffdcee545dd236d7ba400ba9ae021;p=lhc%2Fweb%2Fwiklou.git * (bug 12082) Add CSS id for textarea Based on a patch by Danny B from bug 12087 --- 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() ); } } -