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