html: capitalize titles

* data/xslt/xml2xhtml.xsl: Use "State 0", not "state 0".
As we do in text reports.
This commit is contained in:
Akim Demaille
2020-07-11 12:34:47 +02:00
parent dc77d6500f
commit 38a169bec1
2 changed files with 30 additions and 30 deletions

View File

@@ -412,7 +412,7 @@
<xsl:value-of select="concat('state_', @number)"/>
</xsl:attribute>
</a>
<xsl:text>state </xsl:text>
<xsl:text>State </xsl:text>
<xsl:value-of select="@number"/>
</h3>
<xsl:text>&#10;&#10;</xsl:text>