1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Adds escapeXML: true,

This commit is contained in:
Amir Raminfar
2019-10-29 09:07:05 -07:00
parent 1651025969
commit e8ab871efb

View File

@@ -27,7 +27,7 @@ import { formatRelative } from "date-fns";
import AnsiConvertor from "ansi-to-html";
import ScrollbarNotification from "../components/ScrollbarNotification";
const ansiConvertor = new AnsiConvertor();
const ansiConvertor = new AnsiConvertor({ escapeXML: true });
let es = null;
let nextId = 0;