It introduced a lot of non-closed tags like below:\[code\]<div><table>...</table>\[/code\]The \[code\]</div>\[/code\] is truncated by code like this:\[code\](strlen($row['body']) > 200 ? substr($row['body'],0,200) . '...' : $row['body'])\[/code\]And the layout of the whole page is broken,how to deal with it?