fixed one bug in bbcode display
parent
fc81ef239b
commit
a826218eee
|
@ -65,7 +65,7 @@ function bbcode_to_html($text, $settings, $sub)
|
|||
'/(\[sp\ )(.*)(\])/',
|
||||
'/(\[li\ )(.*)(\])/',
|
||||
'/(\[url\ )(.*)(\])/',
|
||||
'/s\/(.+)\/([0-9]+)/',
|
||||
' /s\/(.+)\/([0-9]+)/',
|
||||
'/>> ([0-9]+)\r\n/',
|
||||
'/>>(.*)\r\n/'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue