1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +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

View File

@ -28,7 +28,6 @@ function toBool(str) {
return null;
}
function escapeHTML(string) {
var str = '' + string
var matchHtmlRegExp = /["'&<>]/