Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Aug 22, 2024
1 parent 909acd9 commit 41269c9
Show file tree
Hide file tree
Showing 3 changed files with 1,596 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/util/template/pageTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ <h3>Failed</h3>
<td>{{wcag}}</td>
<td>{{nodes}}</td>
</tr>
{{/checksPassed}}
</tbody>
</table>
{{/checksPassed.length}}
Expand Down Expand Up @@ -322,7 +323,6 @@ <h3>Failed</h3>
<td>{{wcag}}</td>
<td>{{nodes}}</td>
</tr>
{{/checksPassed}}
{{/checksIncomplete}}
</tbody>
</table>
Expand Down
Loading

0 comments on commit 41269c9

Please sign in to comment.