Skip to content

Commit

Permalink
Fix invalid XQL
Browse files Browse the repository at this point in the history
closes #389
  • Loading branch information
bwbohl committed Jun 26, 2024
1 parent 757a8e3 commit 92ca75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add/data/xql/getAnnotation.xql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92ca75d

Please sign in to comment.