From a73e9f228d26773224b6829fb172db32ff46cfc5 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 28 Jun 2014 21:11:53 +0200 Subject: [PATCH] Small improvement --- com.woltlab.wcf/templates/attachments.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/attachments.tpl b/com.woltlab.wcf/templates/attachments.tpl index 6d632f5f0f..8ef265e72e 100644 --- a/com.woltlab.wcf/templates/attachments.tpl +++ b/com.woltlab.wcf/templates/attachments.tpl @@ -8,7 +8,7 @@ {content} {foreach from=$attachmentList->getGroupedObjects($objectID) item=attachment} {if $attachment->showAsImage() && !$attachment->isEmbedded()} -
  • +
  • {if $attachment->hasThumbnail()} canDownload()} class="jsImageViewer" title="{$attachment->filename}"{/if}> {else} @@ -37,7 +37,7 @@ {content} {foreach from=$attachmentList->getGroupedObjects($objectID) item=attachment} {if $attachment->showAsFile() && !$attachment->isEmbedded()} -
  • +
  • -- 2.20.1