Skip to content

Commit

Permalink
Span all columns
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 24, 2023
1 parent de8138d commit 90ee096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/langtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8268,7 +8268,7 @@ function addDictRepoTable(repos, mainFilter, filters) {
const empty_row = document.createElement('tr')
const empty_cell = document.createElement('td')
empty_cell.appendChild(document.createTextNode('— No repos found. —'))
empty_cell.setAttribute('colspan', '5');
empty_cell.setAttribute('colspan', '6');
empty_cell.setAttribute('style', 'text-align: center;');
empty_row.appendChild(empty_cell);
tbody.appendChild(empty_row);
Expand Down

0 comments on commit 90ee096

Please sign in to comment.