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:
parent
60e890716c
commit
d753665e6c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ function cutOffAtLine(text: string, line: number) {
|
|||
inHtmlTag = true
|
||||
} else if (text[i] === '>') {
|
||||
inHtmlTag = false
|
||||
continue
|
||||
}
|
||||
if (text[i] === '\n') {
|
||||
row++
|
||||
|
|
Loading…
Add table
Reference in a new issue