fixed one bug in bbcode display

main
fuzzykitten 2025-04-21 07:35:39 -04:00
parent fc81ef239b
commit a826218eee
1 changed files with 1 additions and 1 deletions

View File

@ -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/'
);