From bea3462f56e589ac95619c865cb4d89efe554d13 Mon Sep 17 00:00:00 2001 From: nikrou Date: Mon, 9 Mar 2009 19:41:45 +0000 Subject: fix html warnings. unclosed monotags git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/comment_list.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'template/yoga/comment_list.tpl') diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl index ee4f4efb8..d1ebc2f26 100644 --- a/template/yoga/comment_list.tpl +++ b/template/yoga/comment_list.tpl @@ -6,7 +6,7 @@ {if isset($comment.TN_SRC)}
- {$comment.ALT} + {$comment.ALT}
{/if} @@ -16,14 +16,14 @@ {if isset($comment.U_DELETE)}
  • - [delete] + [delete]
  • {/if} {if isset($comment.U_VALIDATE)}
  • - [validate] + [validate]
  • {/if} @@ -35,7 +35,7 @@ {if isset($comment_separator)} -
    +
    {/if} {/foreach} - \ No newline at end of file + -- cgit v1.2.3