From: Brion Vibber Date: Tue, 24 Apr 2007 16:26:42 +0000 (+0000) Subject: * (bug 9585) Fix regression in tidy usage in Special:Undelete previews X-Git-Tag: 1.31.0-rc.0~53246 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=83cc91de5b1064687a4f30761c2606e1e6126542;p=lhc%2Fweb%2Fwiklou.git * (bug 9585) Fix regression in tidy usage in Special:Undelete previews --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index eb0f9a71fc..7b15397bb0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 5b9225ec3f..8e740f6dca 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -617,7 +617,7 @@ class UndeleteForm { if( $this->mPreview ) { $wgOut->addHtml( "
\n" ); - $wgOut->addWikiTextTitle( $rev->getText(), $this->mTargetObj, false ); + $wgOut->addWikiTextTitleTidy( $rev->getText(), $this->mTargetObj, false ); } $wgOut->addHtml(