(bug 12166) Fix XHTML validity for Special:Emailuser. Patch by Danny B.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 30 Nov 2007 18:16:26 +0000 (18:16 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 30 Nov 2007 18:16:26 +0000 (18:16 +0000)
RELEASE-NOTES
includes/SpecialEmailuser.php

index 4419cf5..77c55c9 100644 (file)
@@ -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 ==
 
index b7a176c..7104c52 100644 (file)
@@ -133,7 +133,7 @@ class EmailUserForm {
 </tr>
 </table>
 <span id='wpTextLabel'><label for=\"wpText\">{$emm}:</label><br /></span>
-<textarea id=\"wpText\" name=\"wpText\" rows='20' cols='80' wrap='virtual' style=\"width: 100%;\">" . htmlspecialchars( $this->text ) .
+<textarea id=\"wpText\" name=\"wpText\" rows='20' cols='80' style=\"width: 100%;\">" . htmlspecialchars( $this->text ) .
 "</textarea>
 " . wfCheckLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "<br />
 <input type='submit' name=\"wpSend\" value=\"{$ems}\" />