diff --git a/manifest.json b/manifest.json index 8bc87fe0..deb3fb8e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "LocalCDN (fork from Decentraleyes)", - "version": "2.1.1", + "version": "2.1.2", "author": "nobody", diff --git a/pages/options/options.js b/pages/options/options.js index 971c1649..457627e4 100644 --- a/pages/options/options.js +++ b/pages/options/options.js @@ -58,7 +58,7 @@ options._renderOptionsPanel = function () { options._renderLocaleNotice(); } - document.getElementById('last-mapping-update').innerHTML = lastMappingUpdate; + document.getElementById('last-mapping-update').textContent = lastMappingUpdate; }; options._renderBlockMissingNotice = function () {