1

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('/./','')));

2

Re: <table> not being balanced?

Thank you for suggesting that in some instances htmLawed might not be balancing the 'table' tags. If you can send me the text with which that happens, it would help me figure out any flaw. I must say, however, that I have so far never encountered any text for which htmLawed failed at balancing the 'table' tags.