Remove article role (its not a landmark role)

This commit is contained in:
perryharlock
2013-09-23 16:08:57 +01:00
parent 20186c858d
commit e9ce4bf9ad

View File

@@ -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>