Switched div to span for text colours
1 parent 0330340 commit bc574e2233b344489ca287a2837735ed6680d138
Nigel Stanger authored on 5 Apr 2019
Showing 1 changed file
View
4
modules/basic-text-formatting.xml
<xsl:apply-templates />
<xsl:text>}</xsl:text>
</common>
<common formats="/html/xhtml/">
<div style="color: {@name};">
<span style="color: {@name};">
<xsl:apply-templates />
</div>
</span>
</common>
</template>