From efedf27e705d3219bee93c237f4883328e9d5a80 Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 19 May 2024 13:03:33 +0200 Subject: [PATCH] small adjustments of commit component --- src/lib/Commit.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Commit.svelte b/src/lib/Commit.svelte index 67f8c26..cdd4685 100644 --- a/src/lib/Commit.svelte +++ b/src/lib/Commit.svelte @@ -14,8 +14,8 @@
{#if description}

with the message:

- {description} + {@html description} {/if} - view commit + view commit for more details