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:
parent
c50c4d481f
commit
8018157c7a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
<a href="/en/brosjyrer" class="button inverted bigger">View brochures</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
<a href="/brosjyrer" class="button inverted bigger">Vis brosjyrer</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue