summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt')
-rw-r--r--xslt/commonTemplates.xsl2
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, '&quot;') = ''">
- <xsl:value-of select="concat($value, '&quot;', $field)" />
+ <xsl:value-of select="concat($value, $quote, $field)" />
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="unquote">