(bug 11296) Introduced special case pretty-printer rendering of the help document...
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Tue, 18 Sep 2007 22:10:09 +0000 (22:10 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Tue, 18 Sep 2007 22:10:09 +0000 (22:10 +0000)
commit697afaae0fa2fc9ddb1f9ab89e0e180b75c601ba
treea960175fdfa3e36ca4e8d90559e4f160b138eeff
parentbc20a5b531dbd4369ac544215bee18e91a699f10
(bug 11296) Introduced special case pretty-printer rendering of the help document, whereby ampersands will not be escaped, which seems to be the only cause ATM of broken links in the help. This is a *temporary* fix while we work on getting a fully-html version of the help complete, but one that should not reintroduce any security vulnerabilities (as the only text that is unescaped is hardcoded into the API).
RELEASE-NOTES
includes/api/ApiFormatBase.php
includes/api/ApiMain.php