Add unescape class to brochure CTA content

This change ensures the content is rendered without HTML escaping,
allowing proper formatting of the text and links.
This commit is contained in:
Ruben 2026-01-17 00:02:45 +01:00
parent c50c4d481f
commit 8018157c7a
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<section class="cta-section escape"> <section class="cta-section escape">
<div class="cta-content"> <div class="cta-content unescape">
<p>Help us spread knowledge and open doors! We've created simple brochures that can be shared with patients, professionals, patient organizations, and politicians. <strong>Download, print, and share!</strong></p> <p>Help us spread knowledge and open doors! We've created simple brochures that can be shared with patients, professionals, patient organizations, and politicians. <strong>Download, print, and share!</strong></p>
<a href="/en/brosjyrer" class="button inverted bigger">View brochures</a> <a href="/en/brosjyrer" class="button inverted bigger">View brochures</a>
</div> </div>

View file

@ -1,5 +1,5 @@
<section class="cta-section escape"> <section class="cta-section escape">
<div class="cta-content"> <div class="cta-content unescape">
<p>Hjelp oss å spre kunnskap og åpne dører! Vi har laget enkle brosjyrer som kan deles med pasienter, fagpersoner, pasientforeninger og politikere. <strong>Last ned, skriv ut og del!</strong></p> <p>Hjelp oss å spre kunnskap og åpne dører! Vi har laget enkle brosjyrer som kan deles med pasienter, fagpersoner, pasientforeninger og politikere. <strong>Last ned, skriv ut og del!</strong></p>
<a href="/brosjyrer" class="button inverted bigger">Vis brosjyrer</a> <a href="/brosjyrer" class="button inverted bigger">Vis brosjyrer</a>
</div> </div>