fix(glossar): remove `here()` location paramter at src/glossarium.typ:40:4 due to "calling `query` with a location is deprecated"

This commit is contained in:
Sven Vogel 2024-11-20 10:02:58 +01:00
parent 0856fb4570
commit 26f77f3690
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ SOFTWARE.*/
loc, loc,
) )
} else { } else {
query(selector(label(__glossary_label_prefix + key)), loc) query(selector(label(__glossary_label_prefix + key)))
} }
} }