diff --git a/library/includes/bbcode.php b/library/includes/bbcode.php index a70130bc..9ea01c1f 100644 --- a/library/includes/bbcode.php +++ b/library/includes/bbcode.php @@ -511,6 +511,7 @@ class bbcode '#\[size=([1-2]?[0-9])\]#isu' => '', '#\[align=(left|right|center|justify)\]#isu' => '', '#\[font="([\w\- \']+)"\]#isu' => '', + '#\[font=([\w\- \']+)\]#isu' => '', "#\[img\]($img_exp)\[/img\]#isu" => $tpl['img'], "#\[img=(left|right|center)\]($img_exp)\[/img\]\s*#isu" => $tpl['img_aligned'], "#\[email\]($email_exp)\[/email\]#isu" => '$1',