diff --git a/themes/default/template/picture_content.tpl b/themes/default/template/picture_content.tpl index 793c275ea..998902dbb 100644 --- a/themes/default/template/picture_content.tpl +++ b/themes/default/template/picture_content.tpl @@ -10,11 +10,11 @@ {assign var='size' value=$derivative->get_size()} {if isset($previous)} -{$previous.TITLE|@escape} +{$previous.TITLE|@escape} {/if} -{'Thumbnails'|@translate} +{'Thumbnails'|@translate} {if isset($next)} -{$next.TITLE|@escape} +{$next.TITLE|@escape} {/if} {/strip}{/foreach} \ No newline at end of file