Index: trunk/phase3/includes/SpecialUndelete.php |
— | — | @@ -776,7 +776,7 @@ |
777 | 777 | $popts = $wgOut->parserOptions(); |
778 | 778 | $popts->setEditSection( false ); |
779 | 779 | $wgOut->parserOptions( $popts ); |
780 | | - $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, false ); |
| 780 | + $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, true ); |
781 | 781 | } |
782 | 782 | |
783 | 783 | $wgOut->addHtml( |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -354,6 +354,7 @@ |
355 | 355 | * (bug 14392) Fix regression breaking table prefix in installer |
356 | 356 | * (bug 11084) $wgDBprefix replacement for updater SQL will now work for |
357 | 357 | extension tables using uppercase letters or digits in their names. |
| 358 | +* (bug 12311) Fix regression with lists at start of undeletion preview |
358 | 359 | |
359 | 360 | |
360 | 361 | === API changes in 1.13 === |