summaryrefslogtreecommitdiff
path: root/templates/mime/image/attachment.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mime/image/attachment.tpl')
-rwxr-xr-xtemplates/mime/image/attachment.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime/image/attachment.tpl b/templates/mime/image/attachment.tpl
index b9713de..96451db 100755
--- a/templates/mime/image/attachment.tpl
+++ b/templates/mime/image/attachment.tpl
@@ -1,6 +1,6 @@
{strip}
{if $attachment.thumbnail_url.panorama}
- {if $wrapper.output == 'desc' or $wrapper.output == 'description'}
+ {if $wrapper.output == 'desc' || $wrapper.output == 'description'}
{if $attachment.display_url}<a {$wrapper.href_class} href="{$wrapper.display_url|default:$attachment.display_url}">{/if}
{$wrapper.description_parsed|default:$attachment.filename}
{if $attachment.display_url}</a>{/if}