diff options
-rw-r--r-- | templates/web/fixmystreet.com/about/posters.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet.com/about/posters.html b/templates/web/fixmystreet.com/about/posters.html index c4cf16cd4..073b36b3b 100644 --- a/templates/web/fixmystreet.com/about/posters.html +++ b/templates/web/fixmystreet.com/about/posters.html @@ -82,10 +82,10 @@ <h2 id="web">Website Badge</h2> -<p class="badge-preview">[% badge %]</p> +<p class="badge-preview">[% badge | safe %]</p> <p>Copy and paste the text below to add this badge to your site:</p> -<textarea class="badge-code js-click-select">[% badge | html %]</textarea> +<textarea class="badge-code js-click-select">[% badge %]</textarea> <p><small>(thanks to Lincolnshire Council for the image)</small></p> <h2 id="print">Printed Materials</h2> |