Skip to content

Commit

Permalink
Issue #481 - Use h1 for issues page dropdown heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Dec 17, 2014
1 parent f9c02ef commit 43d12c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/issue-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<script type="text/template" id="dropdown-tmpl">
<button type="button" class="Dropdown-toggle js-dropdown-toggle">
<span class="Dropdown-label"><%= dropdownTitle %></span> <span class="icon icon-chevron-down"></span>
<h1 class="Dropdown-label"><%= dropdownTitle %></span> <span class="icon icon-chevron-down"></h1>
</button>
<ul class="Dropdown-content js-dropdown-options" aria-hidden="false">
<% _.each(dropdownOptions, function(option) { %>
Expand Down

0 comments on commit 43d12c0

Please sign in to comment.