Skip to content

Commit

Permalink
Fix folder colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Feb 13, 2021
1 parent b551fb0 commit 157e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabulate.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function toFolder(path) {
return ""
}

return tr(td({ colspan: 5 }, b(path)))
return tr(td({ colspan: 6 }, b(path)))
}

function getStatement(file) {
Expand Down

0 comments on commit 157e8d9

Please sign in to comment.