diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-14 10:44:18 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-14 10:44:18 +0000 |
commit | fce33ca7ec0463cf23209f222ab8e7b4f3463606 (patch) | |
tree | 63ca7c278fe1433a48cd66238410391f7181d809 /template | |
parent | 396ce7de17ffac0d02ffaccf6e428c9b5aaf45b6 (diff) |
html bug fixed: the closed div for comments must be in the comments block
because of categories with comments not allowed
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1166 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/picture.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 50c0b0fc3..8382f61da 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -202,6 +202,7 @@ </fieldset> </form> <!-- END add_comment --> +</div> <!-- END comments --> -</div> + |