mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
fixes #1248 translate escape
added escape to the str_no translation so it doesn t crash js
This commit is contained in:
@@ -47,7 +47,7 @@ jQuery("a.preview-box").colorbox({
|
||||
|
||||
str_are_you_sure = '{'Are you sure?'|translate}';
|
||||
str_yes = '{'Yes, delete'|translate}';
|
||||
str_no = '{'No, I have changed my mind'|translate}';
|
||||
str_no = '{'No, I have changed my mind'|translate|@escape:'javascript'}';
|
||||
url_delete = '{$U_DELETE}';
|
||||
|
||||
{literal}
|
||||
|
||||
Reference in New Issue
Block a user