Skip to content

Commit

Permalink
Merge pull request #406 from alphagov/fix-home-page-top-links
Browse files Browse the repository at this point in the history
Correct section DOM id
  • Loading branch information
alanth committed Oct 28, 2015
2 parents 23c238d + e799d21 commit 29abb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</section>

<section aria-labelledby="debate-threshold-heading" id="petitions-with-debate-outcome">
<section aria-labelledby="debate-threshold-heading" id="petitions-with-debated-outcome">
<% if actioned[:with_debated_outcome][:count].zero? %>
<div class="threshold-panel threshold-panel-debate">
<h2 id="debate-threshold-heading"><%= Site.formatted_threshold_for_debate %></h2>
Expand Down

0 comments on commit 29abb34

Please sign in to comment.