Index: trunk/globals.php =================================================================== diff -u -r493 -r500 --- trunk/globals.php (.../globals.php) (revision 493) +++ trunk/globals.php (.../globals.php) (revision 500) @@ -609,7 +609,7 @@ $text = substr($text,0,$urlpos).$url.substr($text,$endopen+1); } } - $text = str_replace('[/url]','',$text); + $text = str_replace(Array('[/url]','[/URL]'),Array('',''),$text); return $text; }