aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-03-25 22:15:02 +0000
committerplegall <plg@piwigo.org>2005-03-25 22:15:02 +0000
commit412ea5e01af67ed4ef7f4443d459056ad142d972 (patch)
tree80df0e7c07414f8b5c47f7565692c05c5e94efeb /template
parentef080278bf4d0e073daa5f6a6f6d3b8ae4c29d9c (diff)
- typo fixed : wrong block name closed in template
git-svn-id: http://piwigo.org/svn/trunk@756 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/admin/infos_images.tpl2
1 files changed, 1 insertions, 1 deletions
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>