diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-21 11:06:51 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-21 11:06:51 +0000 |
commit | a810d800c65df7e32e74e3715227762cde9019c9 (patch) | |
tree | 93603577f84791834e6161e89197256a147f2ecd /template/cclear | |
parent | fcd667ac8010f1bd31fa1846572ae24df56ccdfe (diff) |
fix missing </ul>
Now it validates against HTML 4.01 strict
git-svn-id: http://piwigo.org/svn/trunk@846 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear')
-rw-r--r-- | template/cclear/category.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/cclear/category.tpl b/template/cclear/category.tpl index 3e34dbe0c..17ff0d2bb 100644 --- a/template/cclear/category.tpl +++ b/template/cclear/category.tpl @@ -133,6 +133,7 @@ <!-- BEGIN nb_comments --> <li>{thumbnails.line.thumbnail.nb_comments.NB_COMMENTS} {L_COMMENT} </li> <!-- END nb_comments --> + </ul> </div> </li> <!-- END thumbnail --> |