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 91349fa commit 07141a9
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 @@ -108,7 +108,7 @@ declare function measure:getMeasureLabelAttr($measure as element(mei:measure)) a
: @param $measureLabel The label of the measure
: @return A span containing the label
:)
declare function measure:makeMeasureLabelCritical($measure as node(), $measureLabel as xs:string) as node() {
declare function measure:makeMeasureLabelCritical($measure as node(), $measureLabel as xs:string) as element(xhtml:span) {

let $measureParentElem := local-name($measure/parent::node())
return
Expand Down

0 comments on commit 07141a9

Please sign in to comment.