mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Added support for rutracker font BBCode tag
This commit is contained in:
parent
d1b6b94382
commit
759977d250
@ -511,6 +511,7 @@ class bbcode
|
||||
'#\[size=([1-2]?[0-9])\]#isu' => '<span style="font-size: $1px; line-height: normal;">',
|
||||
'#\[align=(left|right|center|justify)\]#isu' => '<span class="post-align" style="text-align: $1;">',
|
||||
'#\[font="([\w\- \']+)"\]#isu' => '<span style="font-family: $1;">',
|
||||
'#\[font=([\w\- \']+)\]#isu' => '<span style="font-family: $1;">',
|
||||
"#\[img\]($img_exp)\[/img\]#isu" => $tpl['img'],
|
||||
"#\[img=(left|right|center)\]($img_exp)\[/img\]\s*#isu" => $tpl['img_aligned'],
|
||||
"#\[email\]($email_exp)\[/email\]#isu" => '<a href="mailto:$1">$1</a>',
|
||||
|
Loading…
Reference in New Issue
Block a user