Skip to content

Commit

Permalink
Merge pull request #106 from alphagov/fix-warning-text-code-block-exa…
Browse files Browse the repository at this point in the history
…mple

Escape ERB to fix the code block example
  • Loading branch information
bravegrape authored Nov 8, 2019
2 parents 68ba384 + c773477 commit 998750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/amend_project/content/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ This warning text format is consistent with the [GOV.UK Design System warning te
Insert the following Ruby code into your content file:

```ruby
<%= warning_text('INSERT WARNING TEXT HERE') %>
<%%= warning_text('INSERT WARNING TEXT HERE') %>
```

0 comments on commit 998750a

Please sign in to comment.