1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00

fix malformed html

This commit is contained in:
mat 2023-07-10 18:49:01 -05:00
parent 60e890716c
commit d753665e6c

View file

@ -22,6 +22,7 @@ function cutOffAtLine(text: string, line: number) {
inHtmlTag = true
} else if (text[i] === '>') {
inHtmlTag = false
continue
}
if (text[i] === '\n') {
row++