summaryrefslogtreecommitdiffstats
path: root/templates/customize_catalog.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/customize_catalog.inc')
-rw-r--r--templates/customize_catalog.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/customize_catalog.inc b/templates/customize_catalog.inc
index 05f6dea7..464149ad 100644
--- a/templates/customize_catalog.inc
+++ b/templates/customize_catalog.inc
@@ -64,7 +64,7 @@
<tr>
<td>&nbsp;</td>
<td>
- <input type="hidden" name="catalog_id" value="<?php echo $catalog->id; ?>">
+ <input type="hidden" name="catalog_id" value="<?php echo $catalog->id; ?>" />
<input type="hidden" name="action" value="update_catalog_settings" />
<input type="submit" value="<?php echo _("Save Catalog Settings"); ?>" />
</td>