helpers/mimeXhtmlPart.xsl
changeset 90 2ed2497d4559
parent 88 cbf1a1153313
child 94 8c5867ac69df
     1.1 --- a/helpers/mimeXhtmlPart.xsl	Mon Oct 17 13:55:28 2011 +0200
     1.2 +++ b/helpers/mimeXhtmlPart.xsl	Mon Oct 17 19:12:42 2011 +0200
     1.3 @@ -110,6 +110,14 @@
     1.4  		<abbr title="{@title}"><xsl:apply-templates/></abbr>
     1.5  	</xsl:template>
     1.6  	
     1.7 +	<xsl:template match="h:blockquote[not(h:p)]">
     1.8 +		<blockquote>
     1.9 +			<p>
    1.10 +				<xsl:copy-of select="node()"/>
    1.11 +			</p>
    1.12 +		</blockquote>
    1.13 +	</xsl:template>
    1.14 +	
    1.15  	
    1.16  	<!-- Další povolené značky – ostatní odfiltrujeme (zbude z nich jen text) -->
    1.17  	<xsl:template match="*">