summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-26 18:01:38 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-26 18:01:38 +0100
commitf2243efa6cb6ca65fbc0f91ac6aadf5f92e38422 (patch)
tree4ee4d386285880c58e4a46ea847035b1d3fab307 /src/components
parent209cad34850bd7a079c60340e40f580c682c5926 (diff)
HTMLifies Scotsoun description
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 && (