diff options
author | mistic100 <mistic@piwigo.org> | 2011-06-18 16:55:09 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-06-18 16:55:09 +0000 |
commit | 446b4a87dd0a6003b94b337568371d07c2263b62 (patch) | |
tree | 644d0af58f3f2a1c6a91d005aed0dfc52ca0f88f | |
parent | 01fdeb950117e0438c79e7b511c9f9f120bc8bfe (diff) |
bug:2351 missing #EoP anchor on cat_list.tpl
git-svn-id: http://piwigo.org/svn/branches/2.2@11420 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/themes/default/template/cat_list.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 2a535c13a..6449425ea 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -101,4 +101,6 @@ jQuery(document).ready(function(){ldelim} {/foreach} </ul> </form> + +<a name="EoP"></a> {/if} |