Skip to content

Commit

Permalink
Merge pull request #8201 from alphagov/replace-style-attribute-with-c…
Browse files Browse the repository at this point in the history
…lass

Replace errant 'style' attribute with 'class'
  • Loading branch information
minhngocd authored Sep 1, 2023
2 parents 3ff7a6c + fc4ea9c commit bdeb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/editions/_style_guidance.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li>utilise</li>
</ul>

<p style="govuk-body">Always avoid metaphors. For example:</p>
<p class="govuk-body">Always avoid metaphors. For example:</p>

<ul class='gem-c-list govuk-list govuk-list--bullet'>
<li>drive (you can only drive vehicles; not schemes or people)</li>
Expand Down

0 comments on commit bdeb92e

Please sign in to comment.