mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-26 15:10:00 +00:00
ba9fd175d7
Previously, if two </body> tags were present, HTML Purifier would truncate everything after the first </body>. This is not ideal behavior; so HTML Purifier has been changed to match up to the last </body>. Signed-off-by: Edward Z. Yang <ezyang@mit.edu>