# HG changeset patch # User František Kučera <franta-hg@frantovo.cz> # Date 1318878719 -7200 # Node ID 3009cb0be5471df670593ee7cd1e82aa71e1cdb7 # Parent a865136070a073b5caa9dbfbac6bf2070400decf Drupal: text/plain – odkazy budou označené 'apostrofy' místo "uvozovkami". diff -r a865136070a0 -r 3009cb0be547 helpers/mimeTextPart.xsl --- a/helpers/mimeTextPart.xsl Mon Oct 17 21:06:24 2011 +0200 +++ b/helpers/mimeTextPart.xsl Mon Oct 17 21:11:59 2011 +0200 @@ -93,9 +93,9 @@ </xsl:template> <xsl:template match="h:a"> - <xsl:text>"</xsl:text> + <xsl:text>'</xsl:text> <xsl:apply-templates select="node()"/> - <xsl:text>" <</xsl:text> + <xsl:text>' <</xsl:text> <xsl:choose> <xsl:when test="matches(@href, '^(http:|https:|ftp:)')"> <xsl:value-of select="@href"/>