mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
fix: #1738
This commit is contained in:
@@ -141,7 +141,7 @@ class Bbcode
|
||||
|
||||
'image' => [
|
||||
'pattern' => '/\[img\](.*?)\[\/img\]/s',
|
||||
'replace' => '<img src="$1">',
|
||||
'replace' => '<img src="$1" class="img-responsive" style="display: inline !important;">',
|
||||
'content' => '$1',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user