Index: trunk/extensions/ContactPageFundraiser/SpecialContact.php |
— | — | @@ -241,7 +241,7 @@ |
242 | 242 | <span id='wpTextLabel'><label for=\"wpText\">{$emm}:</label><br /></span> |
243 | 243 | <textarea name=\"wpText\" rows='20' cols='80' wrap='virtual' style=\"width: 100%;\">" . htmlspecialchars( $this->text ) . |
244 | 244 | "</textarea> |
245 | | -" . wfCheckLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "<br /> |
| 245 | +" . Xml::checkLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "<br /> |
246 | 246 | " . $this->getCaptcha() . " |
247 | 247 | <input type='submit' name=\"wpSend\" value=\"{$ems}\" /> |
248 | 248 | <input type='hidden' name='wpEditToken' value=\"$token\" /> |