Last modified: 2005-12-05 21:07:22 UTC
If the contents of this file contains html opening/closing tags, the < and > chars are converted to <, >. On nl we used to have: - <font size=-1><i>vervolg</i></font> as contents. As a temporary work-around this has now been replaced by an ASCII only text
Oeps: although it is in the summary, the file name is MediaWiki:Listingcontinuesabbrev
The problem is here: r1=1.26&r2=1.27">http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/includes/CategoryPage.php?r1=1.26&r2=1.27 vibber said: * ( bug 4170 ) Decode HTML character escapes in sort key But I _think_ the change of wfMsg('listingcontinuesabbrev') to wfMsgHtml('listingcontinuesabbrev') hasn't anything to do with bug 4170.
Such messages should not contain HTML; that it wasn't properly escaped for output before was an oversight, which I have corrected.