Small bugfix for Foundry to avoid a warning about an ambiguous rule for Bebop labels.
git-svn-id: https://svn.libreccm.org/ccm/trunk@4237 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f86ac030c9
commit
1fb7e7af10
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<!-- DE Ein Text-Label mit Formatierung -->
|
||||
<!-- EN A formatted text label -->
|
||||
<xsl:template match="bebop:label[@color != '' or @weight != '' or @id != '' or @class != '']">
|
||||
<xsl:template match="bebop:label[@color != '' or @weight != '' or @id != '' or (@class != '' and @class != 'heading')]">
|
||||
<xsl:call-template name="foundry:bebop-label-style">
|
||||
<xsl:with-param name="text">
|
||||
<xsl:value-of select="."/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue