diff options
author | mistic100 <mistic@piwigo.org> | 2012-03-04 16:35:13 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-03-04 16:35:13 +0000 |
commit | ee4e6c1dc2e03895e60317f341e1bb8c45243d0a (patch) | |
tree | 68243dd4a10f6a5465170a646753fc8143ca46b5 | |
parent | 7798656c516db4a480f97d79e078917413a716ea (diff) |
feature 2588: mismatching end-tags
git-svn-id: http://piwigo.org/svn/trunk@13475 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 98ca6cf5d..2852b8eaf 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -348,6 +348,4 @@ y.callService( {if !empty($PLUGIN_PICTURE_AFTER)}{$PLUGIN_PICTURE_AFTER}{/if} -{if isset($MENUBAR)} </div> -{/if} |