Skip to content

Commit

Permalink
Merge pull request #632 from alphagov/closing-h1-tag-same-line
Browse files Browse the repository at this point in the history
Move closing H1 tag onto the same line as the opening tag
  • Loading branch information
36degrees authored Nov 2, 2018
2 parents 1787aa3 + 579810d commit 4375b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/views/templates/question.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">

<h1 class="govuk-heading-xl">Heading or question goes here
</h1>
<h1 class="govuk-heading-xl">Heading or question goes here</h1>

<form class="form" action="/url/of/next/page" method="post">

Expand Down

0 comments on commit 4375b46

Please sign in to comment.