We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9106ffa commit 4fdba22Copy full SHA for 4fdba22
sourcefiles/js/openwebif.js
@@ -771,7 +771,7 @@ function setOSD( statusinfo )
771
var _osdch = "<span class='osdch'>" + station + "</span></a> ";
772
var _beginend = _osdch + statusinfo.currservice_begin + " - " + statusinfo.currservice_end + " ";
773
var desc = statusinfo.currservice_fulldescription;
774
- desc = desc.replace(/'/g,"\\'");
+ desc = desc.replace(/\\/g, '\\\\').replace(/'/g,"\\'");
775
776
if ((sref.indexOf("1:0:1") !== -1) || (sref.indexOf("1:134:1") !== -1)) {
777
if (statusinfo.transcoding) {
0 commit comments