cex: use the bullet in HTML

* data/xslt/xml2xhtml.xsl: here.
This commit is contained in:
Akim Demaille
2020-06-21 09:00:44 +02:00
parent 9e75066819
commit 3dd8f2305a
2 changed files with 7 additions and 2 deletions

View File

@@ -531,12 +531,12 @@
<xsl:for-each select="rhs/*">
<xsl:if test="position() = $point + 1">
<xsl:text> </xsl:text>
<span class="point">.</span>
<span class="point">&#x2022;</span>
</xsl:if>
<xsl:apply-templates select="."/>
<xsl:if test="position() = last() and position() = $point">
<xsl:text> </xsl:text>
<span class="point">.</span>
<span class="point">&#x2022;</span>
</xsl:if>
</xsl:for-each>
<xsl:if test="$lookaheads">