From 16da5b5357926f716abfe09c4adc5805a6baa8c9 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 1 Dec 2023 08:57:03 +0100 Subject: [PATCH] fix: prevent extra space after glossary item --- glossarium.typ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glossarium.typ b/glossarium.typ index 838ef94..3d3b080 100644 --- a/glossarium.typ +++ b/glossarium.typ @@ -47,7 +47,7 @@ SOFTWARE.*/ [#entry.short#suffix] } - [#link(label(entry.key))[#textLink]#label(__glossary_label_prefix + entry.key)] + [#link(label(entry.key), textLink)#label(__glossary_label_prefix + entry.key)] } else { text(fill: red, "Glossary entry not found: " + key) } @@ -151,4 +151,3 @@ SOFTWARE.*/ ] } }; -