1.1 --- a/helpers/mimeXhtmlPart.xsl Mon Oct 17 11:16:18 2011 +0200
1.2 +++ b/helpers/mimeXhtmlPart.xsl Mon Oct 17 13:55:28 2011 +0200
1.3 @@ -11,8 +11,8 @@
1.4 method="xml"
1.5 indent="yes"
1.6 encoding="UTF-8"
1.7 - doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
1.8 - doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"/>
1.9 + doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"/><!--
1.10 + doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"/>-->
1.11
1.12
1.13 <xsl:param name="title"/>
1.14 @@ -124,6 +124,7 @@
1.15 name() = 'p' or
1.16 name() = 'div' or
1.17 name() = 'br' or
1.18 + name() = 'hr' or
1.19 name() = 'strong' or
1.20 name() = 'em' or
1.21 name() = 'sub' or