Skip to content

Commit

Permalink
fix problem with underline in links called via function
Browse files Browse the repository at this point in the history
  • Loading branch information
polypunkt committed Nov 11, 2022
1 parent 2d01a05 commit 8306481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
[ (@css:text-decoration-line[. eq 'underline']
or exists(key('style', @role)[@css:text-decoration-line eq 'underline']))]
[not(@role eq 'Hyperlink')]
[not(parent::dbk:link)]
[not(parent::dbk:link) and exists(..)(:if no root exists:)]
[not(.//dbk:link)]">
<xsl:value-of select="if (some $ a in (@css:text-decoration-style,
key('style', @role)/@css:text-decoration-style)
Expand Down

0 comments on commit 8306481

Please sign in to comment.