Skip to content

Commit

Permalink
Merge pull request #37 from lpelypenko/bugFix
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
lpelypenko authored Aug 22, 2024
2 parents 54f45a9 + 41269c9 commit 91f9084
Show file tree
Hide file tree
Showing 4 changed files with 1,597 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-html-reporter",
"version": "2.2.7",
"version": "2.2.8",
"description": "The module that allows you to create HTML Report from raw accessibility aXe result object",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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 91f9084

Please sign in to comment.