https://www.ubbdev.com/threads/php/showflat.php?Cat=&Board=test&Number=44497now switch to threaded mode and you will see []
https://www.ubbdev.com/threads/php/images/icons/wink.gif[/]. The cause of this error is line 592-595 of showthreaded.php
// -----------------------------------
// Wordwrap? Only in 4.0.2 and greater
$version = phpversion();
if ( (ereg("<pre>",$Body)) && ($version > "4.0.1") ){
$Body = wordwrap($Body,75,"<br>",1);
}
(<br>-tag inserted into <href ... >-tag)