Index: trunk/globals.php =================================================================== diff -u -r730 -r742 --- trunk/globals.php (.../globals.php) (revision 730) +++ trunk/globals.php (.../globals.php) (revision 742) @@ -628,7 +628,7 @@ } else { - return '<'.$BBCode.'>'.$TextInside.''; // params allowed, but not entered + return '['.$BBCode.' '.$TagParams.']'.$TextInside.'[/'.$BBCode.']'; // params allowed, but not entered } return false; }