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 <[email protected]>
  • Loading branch information
bwbohl and riedde authored Feb 21, 2024
1 parent 42a1a0f commit f69564b
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 @@ -507,8 +507,7 @@ declare function local:getImagePathLeaflet($doc) {
$tile_path
)
else
if ($doc//mei:facsimile/mei:surface/mei:graphic)
then
if ($doc//mei:facsimile/mei:surface/mei:graphic) then
(
let $tile_path := $doc//mei:facsimile/mei:surface[1]/mei:graphic[1]/@target
let $width := $doc//mei:facsimile/mei:surface[1]/mei:graphic[1]/@width
Expand Down

0 comments on commit f69564b

Please sign in to comment.