forked from external-repos/pa11y-dashboard
Remove article role (its not a landmark role)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{#tasks}}
|
{{#tasks}}
|
||||||
<li class="col-md-4 col-sm-6 task-card" role="article">
|
<li class="col-md-4 col-sm-6 task-card">
|
||||||
<a class="well task-card-link crunch-bottom" title="Task details for {{simplify-url url}}" href="/{{id}}">
|
<a class="well task-card-link crunch-bottom" title="Task details for {{simplify-url url}}" href="/{{id}}">
|
||||||
<p class="h3">{{simplify-url url}}</p>
|
<p class="h3">{{simplify-url url}}</p>
|
||||||
<p class="h5">({{standard}})</p>
|
<p class="h5">({{standard}})</p>
|
||||||
|
Reference in New Issue
Block a user