Fixed two bugs in ad_html_to_text: - Tags that start with whitespace were still considered tags, and thus < p> would get treated equivalentl…
Show more
Fixed two bugs in ad_html_to_text:- Tags that start with whitespace were still considered tags, and thus < p> would get treated equivalently to <p>.- The regexp to find malformed tags wasn't bound to start and end of the inside of the tag, thus tags that had just a subset of welformedness would get interpreted.
Show less