diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/thumbnails.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/thumbnails.tpl b/template/yoga/thumbnails.tpl index 31d6cb890..8aaf5ac2f 100644 --- a/template/yoga/thumbnails.tpl +++ b/template/yoga/thumbnails.tpl @@ -13,7 +13,7 @@ <span class="thumbLegend"> {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if} {if !empty($thumbnail.icon_ts)} - <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)" /> + <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)"> {/if} {if isset($thumbnail.NB_COMMENTS)} <span class="{if 0==$thumbnail.NB_COMMENTS}zero {/if}nb-comments"> |