- Code: Select all
[b]bold[/b]
In total there are 63 users online :: 1 registered, 0 hidden and 62 guests
Most users ever online was 1091 on Wed Aug 16, 2023 6:27 pm
Registered users: Bing [Bot] based on users active over the past 60 minutes
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: Bing [Bot]