diff options
-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> |