mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
html encode less output
This commit is contained in:
parent
e5fff8dbc4
commit
cabc585e00
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ Options:
|
|||
end = lines.length;
|
||||
tty.clear();
|
||||
for (var i=start; i<end; i++) {
|
||||
tty.draw(lines[i]+'\n');
|
||||
tty.draw(stdlib.htmlEncode(lines[i])+'\n');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue