* (bug 9585) Fix regression in tidy usage in Special:Undelete previews
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 24 Apr 2007 16:26:42 +0000 (16:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 24 Apr 2007 16:26:42 +0000 (16:26 +0000)
RELEASE-NOTES
includes/SpecialUndelete.php

index eb0f9a7..7b15397 100644 (file)
@@ -345,6 +345,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Fixed upgrade for the non-standard MySQL schemas
 * Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the 
   various problems that occur when it is on.
+* (bug 9585) Fix regression in tidy usage in Special:Undelete previews
+
 
 == Maintenance ==
 
index 5b9225e..8e740f6 100644 (file)
@@ -617,7 +617,7 @@ class UndeleteForm {
                
                if( $this->mPreview ) {
                        $wgOut->addHtml( "<hr />\n" );
-                       $wgOut->addWikiTextTitle( $rev->getText(), $this->mTargetObj, false );
+                       $wgOut->addWikiTextTitleTidy( $rev->getText(), $this->mTargetObj, false );
                }
 
                $wgOut->addHtml(