1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

Fix empty line in helpers.js

This commit is contained in:
Alfred Egger
2020-12-16 21:14:03 +01:00
parent b01f542c91
commit 916131efe9
-1
View File
@@ -28,7 +28,6 @@ function toBool(str) {
return null;
}
function escapeHTML(string) {
var str = '' + string
var matchHtmlRegExp = /["'&<>]/