diff options
author | plegall <plg@piwigo.org> | 2014-06-03 08:23:51 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-06-03 08:23:51 +0000 |
commit | bb1ca0faaea5f15f94ffb6e0a9bc3b3f1810f338 (patch) | |
tree | 73bc80ca34ec2bc046a3829eb3139f7f43cad722 | |
parent | 8464fbbc172dd50bb41c81ace54bd3b4ac57b794 (diff) |
syntax error
git-svn-id: http://piwigo.org/svn/trunk@28616 68402e56-0260-453c-a942-63ccdbb3a9ee
-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> |