Skip to content

Commit d73299f

Browse files
Cyperghostdtdesign
andauthored
Apply suggestions from code review
Co-authored-by: Alexander Ebert <[email protected]>
1 parent 7947302 commit d73299f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wcfsetup/install/files/acp/templates/articleAdd.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<dl>
310310
<dt>{lang}wcf.acp.article.image{/lang}</dt>
311311
<dd>
312-
<div id="imageDisplay">{$images[0]->getThumbnailTag('small')}</div>
312+
<div id="imageDisplay">{unsafe:$images[0]->getThumbnailTag('small')}</div>
313313
</dd>
314314
</dl>
315315
{/if}
@@ -320,7 +320,7 @@
320320
<dd>
321321
<div id="teaserImageDisplay" class="selectedImagePreview">
322322
{if $teaserImages[0]|isset && $teaserImages[0]->hasThumbnail('small')}
323-
{$teaserImages[0]->getThumbnailTag('small')}
323+
{unsafe:$teaserImages[0]->getThumbnailTag('small')}
324324
{/if}
325325
</div>
326326
<ul class="buttonGroup">

0 commit comments

Comments
 (0)