Drupal: žádný doctype a povolíme vodorovné čáry <hr/>
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon Oct 17 13:55:28 2011 +0200 (2011-10-17)
changeset 88cbf1a1153313
parent 87 d4435ac082dc
child 89 c60625d58158
Drupal: žádný doctype a povolíme vodorovné čáry <hr/>
helpers/mimeXhtmlPart.xsl
     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