1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge remote-tracking branch 'vsephpbb/ticket/11962' into develop-ascraeus

* vsephpbb/ticket/11962:
  [ticket/11962] Resize posted images to fit and give them a class
This commit is contained in:
Joas Schilling
2014-04-04 18:25:01 +02:00
7 changed files with 15 additions and 7 deletions

View File

@@ -404,7 +404,7 @@ class bbcode
'i_close' => '</span>',
'u_open' => '<span style="text-decoration: underline">',
'u_close' => '</span>',
'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />',
'img' => '<img src="$1" class="postimage" alt="' . $user->lang['IMAGE'] . '" />',
'size' => '<span style="font-size: $1%; line-height: normal">$2</span>',
'color' => '<span style="color: $1">$2</span>',
'email' => '<a href="mailto:$1">$2</a>'