Index: trunk/phase3/includes/SpecialUndelete.php |
— | — | @@ -617,7 +617,7 @@ |
618 | 618 | |
619 | 619 | if( $this->mPreview ) { |
620 | 620 | $wgOut->addHtml( "<hr />\n" ); |
621 | | - $wgOut->addWikiTextTitle( $rev->getText(), $this->mTargetObj, false ); |
| 621 | + $wgOut->addWikiTextTitleTidy( $rev->getText(), $this->mTargetObj, false ); |
622 | 622 | } |
623 | 623 | |
624 | 624 | $wgOut->addHtml( |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -345,7 +345,9 @@ |
346 | 346 | * Fixed upgrade for the non-standard MySQL schemas |
347 | 347 | * Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the |
348 | 348 | various problems that occur when it is on. |
| 349 | +* (bug 9585) Fix regression in tidy usage in Special:Undelete previews |
349 | 350 | |
| 351 | + |
350 | 352 | == Maintenance == |
351 | 353 | |
352 | 354 | * New script maintenance/language/checkExtensioni18n.php used to check i18n |