Drupal: text/plain – odkazy budou označené 'apostrofy' místo "uvozovkami".
1.1 --- a/helpers/mimeTextPart.xsl Mon Oct 17 21:06:24 2011 +0200
1.2 +++ b/helpers/mimeTextPart.xsl Mon Oct 17 21:11:59 2011 +0200
1.3 @@ -93,9 +93,9 @@
1.4 </xsl:template>
1.5
1.6 <xsl:template match="h:a">
1.7 - <xsl:text>"</xsl:text>
1.8 + <xsl:text>'</xsl:text>
1.9 <xsl:apply-templates select="node()"/>
1.10 - <xsl:text>" <</xsl:text>
1.11 + <xsl:text>' <</xsl:text>
1.12 <xsl:choose>
1.13 <xsl:when test="matches(@href, '^(http:|https:|ftp:)')">
1.14 <xsl:value-of select="@href"/>