# HG changeset patch # User František Kučera # Date 1318852528 -7200 # Node ID cbf1a1153313a4297187ae2ff58bba6af02449d8 # Parent d4435ac082dc883bfa5642ad433cd3f02e1815fc Drupal: žádný doctype a povolíme vodorovné čáry
diff -r d4435ac082dc -r cbf1a1153313 helpers/mimeXhtmlPart.xsl --- a/helpers/mimeXhtmlPart.xsl Mon Oct 17 11:16:18 2011 +0200 +++ b/helpers/mimeXhtmlPart.xsl Mon Oct 17 13:55:28 2011 +0200 @@ -11,8 +11,8 @@ method="xml" indent="yes" encoding="UTF-8" - doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" - doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"/> + doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"/> @@ -124,6 +124,7 @@ name() = 'p' or name() = 'div' or name() = 'br' or + name() = 'hr' or name() = 'strong' or name() = 'em' or name() = 'sub' or