http://qs321.pair.com?node_id=328284


in reply to Site HTML filtering, Phase II

Testing. Try the following code:

<h3>this is a broken title</h4> <!-- But it displays correctly --> <h3>this is a broken title spanning beyond the end of my post</h> <!-- It will "infect" all the page, till the end -->

Replies are listed 'Best First'.
Re^2: Site HTML filtering, Phase II (leak)
by tye (Sage) on Feb 11, 2004 at 16:20 UTC

    The code that formats replies needs to clean the HTML of each reply separately rather than format the whole list of replies and then filter the result. This is on my to-do list.

    - tye