diff options
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 45aeb7fd0..c139e23d9 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -123,7 +123,7 @@ jQuery(function(){ {* <!-- onLoad needed to wait localization loads --> *} <br> <select data-selectize="tags" data-value="{$tag_selection|@json_encode|escape:html}" placeholder="{'Type in a search term'|translate}" - data-create="true" name="tags[]" multiple style="width:600px;"</select> + data-create="true" name="tags[]" multiple style="width:600px;"></select> </p> <p> |