diff --git a/service-worker.js b/service-worker.js
index 998af580..74a35534 100644
--- a/service-worker.js
+++ b/service-worker.js
@@ -143,7 +143,7 @@ function(util) {
}
// We need to remove the potential parameters in the URL
- titleName = util.removeUrlParameters(titleName);
+ titleName = util.removeUrlParameters(decodeURIComponent(titleName));
titleNameWithNameSpace = nameSpace + '/' + titleName;
diff --git a/tests.html b/tests.html
index fb3b0259..842d0b37 100644
--- a/tests.html
+++ b/tests.html
@@ -24,8 +24,8 @@
along with Evopedia (file LICENSE-GPLv3.txt). If not, see
-->
-
-
+
+