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-94f89814c4df
master
jensp 2016-08-31 05:45:32 +00:00
parent f86ac030c9
commit 1fb7e7af10
1 changed files with 22 additions and 22 deletions

View File

@ -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="."/>