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:
@@ -28,7 +28,6 @@ function toBool(str) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
function escapeHTML(string) {
|
||||
var str = '' + string
|
||||
var matchHtmlRegExp = /["'&<>]/
|
||||
|
||||
Reference in New Issue
Block a user