diff options
author | plegall <plg@piwigo.org> | 2005-03-25 22:15:02 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-03-25 22:15:02 +0000 |
commit | 412ea5e01af67ed4ef7f4443d459056ad142d972 (patch) | |
tree | 80df0e7c07414f8b5c47f7565692c05c5e94efeb | |
parent | ef080278bf4d0e073daa5f6a6f6d3b8ae4c29d9c (diff) |
- typo fixed : wrong block name closed in template
git-svn-id: http://piwigo.org/svn/trunk@756 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | template/default/admin/infos_images.tpl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index fbdc518d2..3c1258db0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,8 @@ 2005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net> + + * typo fixed : wrong block name closed in template + +2005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net> * new feature : caddie. The purpose is batch management, especially concerning elements to categories associations.This is diff --git a/template/default/admin/infos_images.tpl b/template/default/admin/infos_images.tpl index 33da3f8b4..6d5be6404 100644 --- a/template/default/admin/infos_images.tpl +++ b/template/default/admin/infos_images.tpl @@ -83,7 +83,7 @@ <select style="width:400px" name="associate" size="1"> <!-- BEGIN associate_option --> <option {associate_option.SELECTED} value="{associate_option.VALUE}">{associate_option.OPTION}</option> - <!-- END category_option --> + <!-- END associate_option --> </select> </td> </tr> |