From dc6176db21dfee3b786feeb29cd32e33a036b4c0 Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 11 Mar 2009 19:41:21 +0000 Subject: fix html warnings. unclosed monotags git-svn-id: http://piwigo.org/svn/trunk@3189 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mainpage_categories.tpl | 2 +- template/yoga/menubar_categories.tpl | 2 +- template/yoga/thumbnails.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index 6b96167e5..d90bd9c9c 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -13,7 +13,7 @@

{$cat.NAME} {if !empty($cat.icon_ts)} - (!) + (!) {/if}

diff --git a/template/yoga/menubar_categories.tpl b/template/yoga/menubar_categories.tpl index 0dbb22b77..3979b712d 100644 --- a/template/yoga/menubar_categories.tpl +++ b/template/yoga/menubar_categories.tpl @@ -22,7 +22,7 @@ [{$cat.count_images}] {/if} {if !empty($cat.icon_ts)} - (!) + (!) {/if} {assign var='ref_level' value=$cat.LEVEL} {/foreach} 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 @@ {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if} {if !empty($thumbnail.icon_ts)} - (!) + (!) {/if} {if isset($thumbnail.NB_COMMENTS)} -- cgit v1.2.3