- typo fixed : wrong block name closed in template

git-svn-id: http://piwigo.org/svn/trunk@756 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2005-03-25 22:15:02 +00:00
commit 412ea5e01a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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,

View file

@ -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>