From 92ca75d9cc99952fad4a1c162d621b6c402f516d Mon Sep 17 00:00:00 2001 From: bwbohl Date: Wed, 26 Jun 2024 09:58:07 +0200 Subject: [PATCH] Fix invalid XQL closes #389 --- add/data/xql/getAnnotation.xql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add/data/xql/getAnnotation.xql b/add/data/xql/getAnnotation.xql index 4e2de75ce..6bfd4a659 100644 --- a/add/data/xql/getAnnotation.xql +++ b/add/data/xql/getAnnotation.xql @@ -280,7 +280,7 @@ declare function local:calculatePreviewsForTip($participants as xs:string*) { for $zone in $zones let $e := $elems[substring(@facs, 2) = $zone/@xml:id][1] - let $e := + + let $e := if ($e) then ($e) else