Skip to content

Commit

Permalink
Merge pull request #1824 from jplag/mainToDev
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
tsaglam authored Jun 23, 2024
2 parents 9b2a7e8 + 815d005 commit b77c7c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions report-viewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion report-viewer/src/components/fileDisplaying/CodeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function getNextLinePartTillColumn(endCol: number) {
// display tabs properly
part += ' '
lineIndex.value++
colIndex.value += 8
colIndex.value += 1
} else if (props.line[lineIndex.value] == '&') {
// html escape characters for e.g. <,>,&
while (props.line[lineIndex.value] != ';') {
Expand Down

0 comments on commit b77c7c7

Please sign in to comment.