Fix double-escaping in r47202.
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 17 Feb 2009 23:33:57 +0000 (23:33 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 17 Feb 2009 23:33:57 +0000 (23:33 +0000)
includes/EditPage.php

index 0d97fcb..54f8530 100644 (file)
@@ -1327,7 +1327,7 @@ class EditPage {
 
                # if this is a comment, show a subject line at the top, which is also the edit summary.
                # Otherwise, show a summary field at the bottom
-               $summarytext = htmlspecialchars( $wgContLang->recodeForEdit( $this->summary ) ); # FIXME
+               $summarytext = $wgContLang->recodeForEdit( $this->summary );
 
                # If a blank edit summary was previously provided, and the appropriate
                # user preference is active, pass a hidden tag as wpIgnoreBlankSummary. This will stop the