From 26f77f369040a4d6a66ea027d057feaab8f061d7 Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 20 Nov 2024 10:02:58 +0100 Subject: [PATCH] fix(glossar): remove `here()` location paramter at src/glossarium.typ:40:4 due to "calling `query` with a location is deprecated" --- src/glossarium.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glossarium.typ b/src/glossarium.typ index 7589b4a..6624619 100644 --- a/src/glossarium.typ +++ b/src/glossarium.typ @@ -37,7 +37,7 @@ SOFTWARE.*/ loc, ) } else { - query(selector(label(__glossary_label_prefix + key)), loc) + query(selector(label(__glossary_label_prefix + key))) } }