fixed one bug in bbcode display

main
fuzzykitten 2025-04-21 09:21:01 -04:00
parent a826218eee
commit 164e41924d
1 changed files with 1 additions and 1 deletions

View File

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