Skip to content

Commit

Permalink
Merge pull request #132 from airdrummer/master
Browse files Browse the repository at this point in the history
fix numLeadingBlanks colspan
  • Loading branch information
shannah committed Feb 24, 2024
2 parents a0496b3 + 7ba7d86 commit 45bb784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/list.js
Expand Up @@ -36,6 +36,7 @@
if ( !foundFirstNonBlank){
foundFirstNonBlank = true;
if ( numLeadingBlanks > 0 ){
numLeadingBlanks -= 1;
if (label ){
$(footRow).append($('<th>').attr('colspan', numLeadingBlanks).text(label));
} else {
Expand Down

0 comments on commit 45bb784

Please sign in to comment.