mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
fix url bbcode
make_clickable
This commit is contained in:
parent
0fba5efd09
commit
63c38b6a38
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ class bbcode
|
|||
(?<![\"'=])
|
||||
\b
|
||||
(
|
||||
https?://[\w\#!$%&~/.\-;:=?@а-яА-Я\[\]+]+
|
||||
https?://[\w\#!$%&~/.\-;:=?@а-яА-Я()\[\]+]+
|
||||
)
|
||||
(?![\"']|\[/url|\[/img|</a)
|
||||
(?=[,!]?\s|[\)<!])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue