Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Pretty print output in log
Browse files Browse the repository at this point in the history
  • Loading branch information
adiralashiva8 committed Mar 31, 2021
1 parent 5e37212 commit a3a9465
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions src/AxeLibrary/axe.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,23 @@ def log_readable_accessibility_result(self, type):
</style>
<table id="demo" style="width:100%%">
<tr>
<th style="width:20%%">Issue</th>
<th style="width:50%%">Issue</th>
<th style="width:5%%">URL</th>
<th style="width:7%%">Impact</th>
<th style="width:10%%">Tags</th>
<th>Element Affected</th>
</tr>
<tr>
<td>%s</td>
<td style="text-align:center"><a href="%s">Link</a></td>
<td style="text-align:center">%s</td>
<td style="text-align:center">%s</td>
</tr>
</table>
<table id="demodesc" style="width:100%%">
<tr>
<th style="text-align:left">Element Affected</th>
</tr>
<tr>
<td>%s</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion src/AxeLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1.3'
VERSION = '0.1.4'

0 comments on commit a3a9465

Please sign in to comment.