We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7947302 commit d73299fCopy full SHA for d73299f
wcfsetup/install/files/acp/templates/articleAdd.tpl
@@ -309,7 +309,7 @@
309
<dl>
310
<dt>{lang}wcf.acp.article.image{/lang}</dt>
311
<dd>
312
- <div id="imageDisplay">{$images[0]->getThumbnailTag('small')}</div>
+ <div id="imageDisplay">{unsafe:$images[0]->getThumbnailTag('small')}</div>
313
</dd>
314
</dl>
315
{/if}
@@ -320,7 +320,7 @@
320
321
<div id="teaserImageDisplay" class="selectedImagePreview">
322
{if $teaserImages[0]|isset && $teaserImages[0]->hasThumbnail('small')}
323
- {$teaserImages[0]->getThumbnailTag('small')}
+ {unsafe:$teaserImages[0]->getThumbnailTag('small')}
324
325
</div>
326
<ul class="buttonGroup">
0 commit comments