diff options
| author | 2016-02-21 00:59:15 +0100 | |
|---|---|---|
| committer | 2016-02-21 00:59:15 +0100 | |
| commit | 0939de3a51f3c4dd8a22803985a514a2e51166c0 (patch) | |
| tree | 8bcda935f58bb09ca6dacb7cff77fe852d707256 /p/scripts | |
| parent | 392ff27e9e22987276925f03ce760230fdb8995f (diff) | |
| parent | cc1390fe9454166ee5d638aa01948f791ad7c4fe (diff) | |
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 32a2ca913..b7522df6a 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -863,7 +863,7 @@ function notifs_html5_show(nb) { var notification = new window.Notification(i18n['notif_title_articles'], { icon: "../themes/icons/favicon-256.png", - body: i18n['notif_body_articles'].replace("\d", nb), + body: i18n['notif_body_articles'].replace('%d', nb), tag: "freshRssNewArticles" }); |
