forked from openlp/openlp
+ is restricted as well.
This commit is contained in:
parent
c599a1785d
commit
f8a559c633
@ -281,7 +281,7 @@ window.OpenLP = {
|
|||||||
},
|
},
|
||||||
escapeString: function (string) {
|
escapeString: function (string) {
|
||||||
return string.replace(/\\/g, "\\\\").replace(/"/g, "\\\"").replace(
|
return string.replace(/\\/g, "\\\\").replace(/"/g, "\\\"").replace(
|
||||||
/#/g, "%23").replace(/;/g, "%3B")
|
/#/g, "%23").replace(/;/g, "%3B").replace(/\+/g, "%2B")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Service Manager
|
// Service Manager
|
||||||
|
Loading…
Reference in New Issue
Block a user