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.*/ ] } }; -