diff options
author | Matt Friedman <maf675@gmail.com> | 2015-08-26 10:05:14 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2015-08-26 14:08:59 -0700 |
commit | e19d446881ba98d8a1082732585da3f6d4bd262f (patch) | |
tree | 3fc3b563391b63d1b9e9025245ceff0fcec25ca2 /tests/text_processing/tickets_data/PHPBB3-12195.html | |
parent | 0a5f7d2e5114f66b373ff25cf29552a29b1dda50 (diff) | |
download | forums-e19d446881ba98d8a1082732585da3f6d4bd262f.tar forums-e19d446881ba98d8a1082732585da3f6d4bd262f.tar.gz forums-e19d446881ba98d8a1082732585da3f6d4bd262f.tar.bz2 forums-e19d446881ba98d8a1082732585da3f6d4bd262f.tar.xz forums-e19d446881ba98d8a1082732585da3f6d4bd262f.zip |
[ticket/14128] Fix img bbcode regression, lost postimage class
PHPBB3-14128
Diffstat (limited to 'tests/text_processing/tickets_data/PHPBB3-12195.html')
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-12195.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-12195.html b/tests/text_processing/tickets_data/PHPBB3-12195.html index d8e0f8d523..c286c0fee9 100644 --- a/tests/text_processing/tickets_data/PHPBB3-12195.html +++ b/tests/text_processing/tickets_data/PHPBB3-12195.html @@ -1 +1 @@ -<a href="//example.org/" class="postlink"><img src="//example.org/img.png" alt="Image"></a>
\ No newline at end of file +<a href="//example.org/" class="postlink"><img src="//example.org/img.png" class="postimage" alt="Image"></a>
\ No newline at end of file |