aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/bbcode.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-04 18:25:01 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-04 18:25:01 +0200
commit82fa935d5d1d1665b4aa30daef775df87e506f88 (patch)
tree2585a9fc5f4200d378f83213e1c133faef2de9ad /phpBB/styles/prosilver/template/bbcode.html
parente00a4b411d7723447d140c8ea18f9d9b812a3776 (diff)
parent8ee37def81f4ba571adb51ab6e59623fde478449 (diff)
downloadforums-82fa935d5d1d1665b4aa30daef775df87e506f88.tar
forums-82fa935d5d1d1665b4aa30daef775df87e506f88.tar.gz
forums-82fa935d5d1d1665b4aa30daef775df87e506f88.tar.bz2
forums-82fa935d5d1d1665b4aa30daef775df87e506f88.tar.xz
forums-82fa935d5d1d1665b4aa30daef775df87e506f88.zip
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
Diffstat (limited to 'phpBB/styles/prosilver/template/bbcode.html')
-rw-r--r--phpBB/styles/prosilver/template/bbcode.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html
index 909c09df5a..3e38d13a32 100644
--- a/phpBB/styles/prosilver/template/bbcode.html
+++ b/phpBB/styles/prosilver/template/bbcode.html
@@ -31,7 +31,7 @@
<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: 116%;">{TEXT}</span><!-- END size -->
-<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img -->
+<!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img -->
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->