Skip to content

Commit

Permalink
folia2html: implemented t-hspace
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 8, 2021
1 parent 45cdfb0 commit ad9d2ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foliatools/folia2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,10 @@
<span class="hbr">&#173;</span>
</xsl:template>

<xsl:template match="folia:t-hspace">
<span class="hspace">&#160;</span>
</xsl:template>

<xsl:template match="folia:figure">
<div class="figure">
<img>
Expand Down

0 comments on commit ad9d2ac

Please sign in to comment.