Skip to content

Commit

Permalink
There are no more than one doc
Browse files Browse the repository at this point in the history
  • Loading branch information
roewenstrunk committed Jan 7, 2025
1 parent 60b2926 commit 531900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add/data/xql/getLinkTarget.xql
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ declare function local:getViews($type as xs:string, $docUri as xs:string, $doc a
(:~
: Returns the window title for an edirom-object
:)
declare function local:getWindowTitle($doc as node()+, $type as xs:string) as xs:string {
declare function local:getWindowTitle($doc as node(), $type as xs:string) as xs:string {

(: Work :)
if ($type = 'work') then
Expand Down

0 comments on commit 531900a

Please sign in to comment.