admin: removed stray VT100 sequences from summary.txt

This commit is contained in:
Richard Moore 2022-10-20 21:14:55 -04:00
parent e75fe998c5
commit 24aa7fbfed

@ -48,7 +48,7 @@ function colorify(text) {
return ""; return "";
} }
return seq; return seq;
})) + Colors.normal; })) + (disableColor ? "": Colors.normal);
} }
function escapeColor(text) { function escapeColor(text) {