Comment on Tutorial: HTML Sanitizing and Parsing

  1. Another thing, while I see what your system
    makes out of my comment: two or more br
    tags in a row are COLLAPSED INTO A SINGLE
    br tag, i.e. you CANNOT do the “one line
    distance” trick with «br/»«br/» (in a
    conforming browser). You really ought to
    convert to either «p»…«/p» instead then.

    Comment Actions