Skip to content

Commit

Permalink
fix for HTML5
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Nov 14, 2011
1 parent 6be2401 commit 4986c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XSLT/xhtml2latex.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</xsl:template>


<xsl:template match="meta">
<xsl:template match="meta[@name]">
<xsl:choose>
<xsl:when test="translate(@name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
'abcdefghijklmnopqrstuvwxyz') = 'latexinput'">
Expand Down

0 comments on commit 4986c9d

Please sign in to comment.