diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-02 20:49:53 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-02 20:49:53 +0000 |
commit | db33ad163b404fb66f3391a32809b6021c8a20b0 (patch) | |
tree | 25633e193d14ead3a22310d9fc313eaebd475fbb /admin/template/yoga/footer.tpl | |
parent | cb66b6a871a6defc1a075a4d69005b7339a9e64d (diff) |
Missplaced {/if}
git-svn-id: http://piwigo.org/svn/trunk@2418 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/yoga/footer.tpl')
-rw-r--r-- | admin/template/yoga/footer.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/template/yoga/footer.tpl b/admin/template/yoga/footer.tpl index 73c3dd9a1..0ae5dde2c 100644 --- a/admin/template/yoga/footer.tpl +++ b/admin/template/yoga/footer.tpl @@ -36,10 +36,7 @@ <div id="debug"> {$debug.QUERIES_LIST} </div> -</div> <!-- the_page --> - - {/if} -</div> +</div> <!-- the_page --> </body> </html>
\ No newline at end of file |