Skip to content

Commit d12efba

Browse files
committed
fixing mpadded
1 parent 1999f2d commit d12efba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apexepub.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
-->
4848

4949
<!-- todo latexml
50-
several epub readers don't like <mpadded width="(length)">
50+
several epub readers don't like <mpadded width="(negativelength)">
5151
(which can come from, eg, \!).
5252
-->
53-
<xsl:template match="m:mpadded[@width]">
53+
<xsl:template match="m:mpadded[starts-with(@width,'-')]">
5454
<xsl:apply-templates />
5555
</xsl:template>
5656

0 commit comments

Comments
 (0)