summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Scotsoun.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro
index a8b4334..1c2b1a0 100644
--- a/src/components/Scotsoun.astro
+++ b/src/components/Scotsoun.astro
@@ -42,7 +42,7 @@ const t = translate(locale);
</section>
<section>
- {scotsoun?.description && <p>{scotsoun.description[locale]}</p>}
+ {scotsoun?.description && <p set:html={scotsoun.description[locale]} />}
{
scotsoun?.coverArtist && (