Topic: <table> not being balanced?
I have seen a couple of instances were htmlawed would not balance a missing closing tag for <table>. Shouldn't it add a </table> tag at the end?
These are my settings:
$ntrd = htmLawed($ntrd, array('safe'=>1,'anti_link_spam'=>array('/./','')));