diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index 8377912f8..5c467d123 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -281,7 +281,8 @@ window.OpenLP = { }, escapeString: function (string) { string = string.replace(/\\/g, "\\\\").replace(/"/g, "\\\"") - return string.replace(/#/g, "\\u0023").replace(/;/g, "\\u003B") + string = string.replace(/#/g, "%23").replace(/;/g, "%3B") + return string } } // Service Manager