Skip to content

Commit

Permalink
Update add/data/xqm/measure.xqm
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Stadler <[email protected]>
  • Loading branch information
riedde and peterstadler authored Dec 10, 2024
1 parent 77ddd9c commit 88212eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add/data/xqm/measure.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ declare function measure:makeMeasureLabelCritical($measure as node(), $measureLa
: @param $measure The measure to be processed
: @return A span containing the label
:)
declare function measure:getMeasureLabel($measure as node()) as node() {
declare function measure:getMeasureLabel($measure as element(mei:measure)) as element(xhtml:span) {

let $measureLabel := measure:getMeasureLabelAttr($measure)
let $measureID := $measure/@xml:id
Expand Down

0 comments on commit 88212eb

Please sign in to comment.