Skip to content

Commit

Permalink
fix: prevent extra space after glossary item
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 1, 2023
1 parent 7542088 commit 16da5b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions glossarium.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -151,4 +151,3 @@ SOFTWARE.*/
]
}
};

0 comments on commit 16da5b5

Please sign in to comment.