* (bug 2067) Fixed crash on empty quoted HTML attribute
[lhc/web/wiklou.git] / includes / Sanitizer.php
2005-05-04 Brion Vibber* (bug 2067) Fixed crash on empty quoted HTML attribute
2005-05-01 Tim StarlingChanged input attribute syntax to be more user-friendly...
2005-04-21 Brion VibberFix handling of valueless attributes
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-04-01 Ævar Arnfjörð Bjar... * Documented
2005-02-07 Brion Vibber* Fix link in image alt text, using replaceLinkHolders...
2005-02-06 Brion VibberUse the new character entity reference sanitizer on...
2005-02-06 Brion Vibberremove typo extra line
2005-02-06 Brion VibberRewrote fixTagAttributes() for robustness and correctness:
2005-02-06 Brion VibberSplit the HTML sanitizer functions from the Parser...