1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 13:14:09 +02:00

[ticket/14128] Fix img bbcode regression, lost postimage class

PHPBB3-14128
This commit is contained in:
Matt Friedman
2015-08-26 10:05:14 -07:00
parent 0a5f7d2e51
commit e19d446881
8 changed files with 9 additions and 9 deletions

View File

@@ -1 +1 @@
<a href="//example.org/" class="postlink"><img src="//example.org/img.png" alt="Image"></a>
<a href="//example.org/" class="postlink"><img src="//example.org/img.png" class="postimage" alt="Image"></a>