mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
@@ -18,7 +18,7 @@ function dateToStr(ts) {
|
||||
}
|
||||
|
||||
function htmlEscape(text) {
|
||||
return text.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">")
|
||||
return text.replaceAll('&', '&').replaceAll('<', '<').replaceAll('>', '>');
|
||||
}
|
||||
|
||||
async function logMonitor() {
|
||||
|
||||
Reference in New Issue
Block a user