Drupal: text/plain – h2 bude podtřžené = místo # + podpora značky cite.
1.1 --- a/helpers/mimeTextPart.xsl Mon Oct 17 19:50:23 2011 +0200
1.2 +++ b/helpers/mimeTextPart.xsl Mon Oct 17 21:06:24 2011 +0200
1.3 @@ -21,7 +21,7 @@
1.4 <xsl:template match="h:h1">
1.5 <xsl:value-of select="text()"/>
1.6 <xsl:text> </xsl:text>
1.7 - <xsl:for-each select="1 to string-length(.)">#</xsl:for-each>
1.8 + <xsl:for-each select="1 to string-length(.)">=</xsl:for-each>
1.9 <xsl:text> </xsl:text>
1.10 <xsl:text> </xsl:text>
1.11 </xsl:template>
1.12 @@ -85,7 +85,12 @@
1.13 <xsl:text> </xsl:text>
1.14 <xsl:text> </xsl:text>
1.15 </xsl:template>
1.16 -
1.17 +
1.18 + <xsl:template match="h:cite[not(matches(., '^("|„)'))]">
1.19 + <xsl:text>„</xsl:text>
1.20 + <xsl:apply-templates/>
1.21 + <xsl:text>“</xsl:text>
1.22 + </xsl:template>
1.23
1.24 <xsl:template match="h:a">
1.25 <xsl:text>"</xsl:text>