diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index 0972a6637..684c77467 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -208,7 +208,7 @@ window.OpenLP = { }, showAlert: function (event) { event.preventDefault(); - var text = "{\"request\": {\"text\": " + $("#alert-text").val() + "}}"; + var text = "{\"request\": {\"text\": \"" + $("#alert-text").val() + "\"}}"; $.getJSON( "/api/alert", {"data": text},