diff options
author | plegall <plg@piwigo.org> | 2012-03-15 22:15:50 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-15 22:15:50 +0000 |
commit | 0f585e04b81e3b89371f23b10e577c7031139dee (patch) | |
tree | f61afbc835f3bedcb18f63817d8618b653141071 /admin/themes/default | |
parent | b23a67d92551eb7484e5ba8f333bbcd253eff391 (diff) |
bug fixed: allow double quotes in photo title
git-svn-id: http://piwigo.org/svn/trunk@13576 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 101678328..d76a02e32 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -79,7 +79,7 @@ pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#da <p> <strong>{'Title'|@translate}</strong> <br> - <input type="text" class="large" name="name" value="{$NAME}"> + <input type="text" class="large" name="name" value="{$NAME|@escape}"> </p> <p> |