diff options
Diffstat (limited to 'templates/mime/image/attachment.tpl')
| -rwxr-xr-x | templates/mime/image/attachment.tpl | 2 |
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} |
