Skip to content

Commit

Permalink
include semicolon of html escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Dec 21, 2024
1 parent 108006e commit 95bc40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report-viewer/src/components/fileDisplaying/CodeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function getNextLinePartTillColumn(endCol: number) {
part += props.line[lineIndex.value]
lineIndex.value++
}
part += props.line[lineIndex.value]
lineIndex.value++
colIndex.value++
} else {
Expand Down

0 comments on commit 95bc40a

Please sign in to comment.