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:
parent
0856fb4570
commit
26f77f3690
|
@ -37,7 +37,7 @@ SOFTWARE.*/
|
||||||
loc,
|
loc,
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
query(selector(label(__glossary_label_prefix + key)), loc)
|
query(selector(label(__glossary_label_prefix + key)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue