Merula

Results 5 comments of Merula

I simply looked for each tags key without an closing function, and made an simple replaceAll for each of them right after `ret.html = parse(config` was done.

you probably want to call this function at the begin of the process ```Javascript function securityFixes(text) { return text .replaceAll("'", '"') .replaceAll('"', ''') .replaceAll(';', '&#59;'); } ``` Semicolon got added...

@Ivan-hl you probably forgott an `await` somewhere and your data is not ready.

Same thing appeared again on my setup. Suddenly with the recent update of the docker image (denoland/latest) Iam not able to connect to my mariadb nodes anymore. If lucky I...