diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/commonTemplates.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/commonTemplates.xsl b/xslt/commonTemplates.xsl index 82efeacb9..18b50b739 100644 --- a/xslt/commonTemplates.xsl +++ b/xslt/commonTemplates.xsl @@ -303,7 +303,7 @@ <xsl:choose> <xsl:when test="substring-before($field, '"') = ''"> - <xsl:value-of select="concat($value, '"', $field)" /> + <xsl:value-of select="concat($value, $quote, $field)" /> </xsl:when> <xsl:otherwise> <xsl:call-template name="unquote"> |