Skip to content

Commit

Permalink
Merge pull request #417 from webcompat/closed-legend-fix
Browse files Browse the repository at this point in the history
Fix wrong class on closed key item.
  • Loading branch information
karlcow committed Nov 25, 2014
2 parents 2daad1a + 02293ef commit 069804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/browse-issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>Browse Issues</h2>
<li class="IssueItem IssueItem--list IssueItem--sitewait">
<a href="{{ url_for('show_issues') }}?sitewait=1">Site&nbsp;Contacted</a>
</li>
<li class="IssueItem IssueItem--list IssueItem--closed">
<li class="IssueItem IssueItem--list IssueItem--close">
<a href="{{ url_for('show_issues') }}?closed=1">Closed</a>
</li>
</ul>
Expand Down

0 comments on commit 069804a

Please sign in to comment.