# HG changeset patch
# User František Kučera <franta-hg@frantovo.cz>
# Date 1318805748 -7200
# Node ID a76b94bcec92b8f38e2bb75bcb00a97595992e89
# Parent  7a3514a9e4fe3b9118fbad819f397980bd696db0
Drupal: oprava XHTML šablony: žádné zdvojování značek.

diff -r 7a3514a9e4fe -r a76b94bcec92 helpers/mimeXhtmlPart.xsl
--- a/helpers/mimeXhtmlPart.xsl	Mon Oct 17 00:54:52 2011 +0200
+++ b/helpers/mimeXhtmlPart.xsl	Mon Oct 17 00:55:48 2011 +0200
@@ -136,7 +136,7 @@
 				name() = 'code' or
 				name() = 'blockquote'">
 				<xsl:element name="{name()}">
-					<xsl:copy-of select="."/>
+					<xsl:copy-of select="./node()"/>
 				</xsl:element>
 			</xsl:when>
 			<xsl:otherwise>