diff --git a/openlp/plugins/remotes/html/openlp.js b/openlp/plugins/remotes/html/openlp.js index c75a0cf90..a0812ef8a 100644 --- a/openlp/plugins/remotes/html/openlp.js +++ b/openlp/plugins/remotes/html/openlp.js @@ -221,7 +221,7 @@ window.OpenLP = { $.each(data.results.items, function (idx, value) { var li = $("
  • ")); li.find("a").attr("value", value[0]); ul.append(li); });