diff options
author | mistic100 <mistic@piwigo.org> | 2011-06-18 16:55:38 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-06-18 16:55:38 +0000 |
commit | 611d5edf42c2528c3f02822c86a25e0a34e30633 (patch) | |
tree | 3be36e3b86a93cbfdfdc915ed3077b877ccfda07 /admin/themes | |
parent | 6059f4e0ffbbe70260dc4c62d7a4e96200eb9058 (diff) |
merge r11420 from branch 2.2
bug:2351 missing #EoP anchor on cat_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@11421 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-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} |