From deaf8bb20ac8a0ae5c595ecc72f982137f2fce3f Mon Sep 17 00:00:00 2001 From: Max-Ferdinand Zeterberg <zeterberg@sub.uni-goettingen.de> Date: Fri, 10 May 2024 12:36:00 +0200 Subject: [PATCH] fix(bibl): remove hard-coded reference to eupt-zotero --- css/eupt.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/eupt.custom.css b/css/eupt.custom.css index 82a8dd3..dae4b6b 100644 --- a/css/eupt.custom.css +++ b/css/eupt.custom.css @@ -1081,7 +1081,7 @@ philology unit[xml|id]::after(2) { bibl { - -oxy-link: "https://www.zotero.org/groups/5113405/eupt/collections/WDM6KU22/items/" oxy_substring(attr(zotero), 5) ; + -oxy-link: oxy_xpath("data(//header//zotero[@prefix='eupt']/@xml:base)") oxy_substring(attr(zotero), 5) ; text-decoration-color: blue; text-decoration: underline; } -- GitLab