Skip to content

Commit

Permalink
Other way round
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Sep 19, 2023
1 parent dbd9633 commit 3070041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/menu-json.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</xsl:choose>
</componentName>
<label>
<xsl:value-of select="$captionFromMenuID(replace(data((@xml:id, @target)[1]),'^li_?',''))"/>
<xsl:value-of select="$captionFromMenuID(replace(data((@target, @xml:id)[1]),'^li_?',''))"/>
</label>
<xsl:choose>
<xsl:when test="contains(@xml:id, 'avBiblGeoMarkers')">
Expand Down

0 comments on commit 3070041

Please sign in to comment.