User "Matěj Grabovský" posted a comment on MediaWiki.r90371. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90371#c18386 Commit summary:
(bug 29437) Multiple apostrophes in deleted article title cause odd rendering Fixed by wrapping the username in corresponding messages in <nowiki> Comment: This also came through my head, but as <code><nowiki></code> is already used in <code>deletedtext</code> I have chosen it. To get rid of the <code><nowiki></code>, we could use <code>wfEscapeWikiText()</code> in <code>Article::showMissingArticle()</code>, <code>EditPage::showIntro()</code>, <code>DeleteAction::onSuccess()</code>, etc. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
