Skip to content

Commit

Permalink
Update add/data/xql/getSummary.xql
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Ried <dennis.ried@uni-paderborn.de>
  • Loading branch information
bwbohl and riedde authored Feb 21, 2024
1 parent 44b5118 commit 0ac69d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions add/data/xql/getSummary.xql
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ declare function local:getImagePath($server, $edition) {
};

declare function local:getImagePathLeaflet($doc) {
if ($doc//mei:source//mei:titlePage/@facs)
then
if ($doc//mei:source//mei:titlePage/@facs) then
(
let $tile_path := $doc//mei:source//mei:titlePage[1]/@facs
return
Expand Down

0 comments on commit 0ac69d9

Please sign in to comment.