bug fixed: allow double quotes in photo title
git-svn-id: http://piwigo.org/svn/trunk@13576 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b23a67d925
commit
0f585e04b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue