Change Sanitzer::stripAllTags() to return plaintext instead of encoded HTML literals...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 20 Apr 2007 20:26:15 +0000 (20:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 20 Apr 2007 20:26:15 +0000 (20:26 +0000)
commit4cf29ca48fdc44c0672fc4c3215c70885f427672
tree973ef4fcb0ec71dfe6cb596b2fccb199d1e338c8
parent5367eff876c203cb4467115679e62d9077f8bfcc
Change Sanitzer::stripAllTags() to return plaintext instead of encoded HTML literals; this fits in better with updated code and fixes a regression in image alt text encoding.
The only other remaining use I see of it is in ChemFunctions, which seems to be assuming plaintext output already and applies extra encoding.
includes/Sanitizer.php
maintenance/parserTests.txt