- Code: Select all
[b]bold[/b]
Moderator: Integra Moderator
$between_tags = preg_replace('#&##', '&#', $between_tags); $between_tags = preg_replace('/]+]/si', ']', $between_tags);
$code_entities_match = array('#<#', '#>#', '#"#', '#]#', '#(#', '#)#', '#{#', '#}#'); $code_entities_replace = array('<', '>', '"', ':', '[', ']', '(', ')', '{', '}'); $between_tags = preg_replace($code_entities_match, $code_entities_replace, $between_tags);
[b] test [/b]
"CaNNon";p="28346" wrote:Anyone getting this?
- Code: Select all
[b] test [/b]
Its only showing up with the b tag. Not sure if I've messed it up.
[b][i]test[/b][/i]
Registered users: App360MonitorBot, Bing [Bot]