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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user