# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1319548019 -7200
# Node ID c81406884e168e6d42213843fa6b6fd4d680d9d5
# Parent  03cc47e9daeeac5892dfbaed5468bb8f3de074d1
Drupal: text/plain – podpora značky <br/>

diff -r 03cc47e9daee -r c81406884e16 helpers/mimeTextPart.xsl
--- a/helpers/mimeTextPart.xsl	Tue Oct 25 14:10:55 2011 +0200
+++ b/helpers/mimeTextPart.xsl	Tue Oct 25 15:06:59 2011 +0200
@@ -180,6 +180,11 @@
 	</xsl:template>
 	
 	
+	<xsl:template match="h:br">
+		<xsl:text>&#10;</xsl:text>
+	</xsl:template>	
+
+
 	<xsl:template match="h:ol|h:ul">
 		<xsl:variable name="úroveň" select="count(ancestor::h:li)"/>
 		<xsl:variable name="odsazení">