mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
fixes #1733 correctly write non-breakable space character and correctly escape it for JS
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{footer_script}
|
||||
|
||||
|
||||
const title_msg = '{'Are you sure you want to restore to default settings?'|@translate|@escape}';
|
||||
const title_msg = '{'Are you sure you want to restore to default settings?'|@translate|@escape:javascript}';
|
||||
const confirm_msg = '{'Yes, I am sure'|@translate|@escape}';
|
||||
const cancel_msg = '{'No, I have changed my mind'|@translate|@escape}';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user