Skip to content

Commit d295a8e

Browse files
authored
replace underscore with whitespace to create a multi-value @Class attribute
1 parent 1ac70d2 commit d295a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/html_core.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ of this software, even if advised of the possibility of such damage.
8787
<xsl:attribute name="class">
8888
<xsl:sequence select="@type"/>
8989
<xsl:if test="@subtype">
90-
<xsl:sequence select="'_'||@subtype"/>
90+
<xsl:sequence select="' '||@subtype"/>
9191
</xsl:if>
9292
</xsl:attribute>
9393
</xsl:if>

0 commit comments

Comments
 (0)