diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-14 10:45:59 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-14 10:45:59 +0000 |
commit | 1f50a3dc1c87b43f57e11ae5e9ac9d6949f8abba (patch) | |
tree | 7a838adcdf51cdcbf912524565c720ad50a1a926 | |
parent | 74dc25dca8160443a0782544e3c7b1647bb3b7cb (diff) |
html bug fixed: the closed div for comments must be in the comments block
because of categories with comments not allowed
svn merge -r1165:1166 from branche 1.6
git-svn-id: http://piwigo.org/svn/trunk@1167 68402e56-0260-453c-a942-63ccdbb3a9ee
-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> + |