Skip to content

Commit

Permalink
Merge pull request #1970 from nhsuk/fix-inset-text-argument
Browse files Browse the repository at this point in the history
Use lowercase argument for inset text
  • Loading branch information
anandamaryon1 authored Jun 12, 2024
2 parents 8bcc2cc + 40426e3 commit 7095b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% from 'inset-text/macro.njk' import insetText %}

{{ insetText({
"HTML": "<p>You can report any suspected side effect to the <a href=\"https://yellowcard.mhra.gov.uk/\" title=\"External website\">UK safety scheme</a>.</p>"
"html": "<p>You can report any suspected side effect to the <a href=\"https://yellowcard.mhra.gov.uk/\" title=\"External website\">UK safety scheme</a>.</p>"
}) }}

0 comments on commit 7095b0a

Please sign in to comment.