There was an error while loading. Please reload this page.
1 parent 4245bc2 commit f6a376aCopy full SHA for f6a376a
1 file changed
scripts/handleIssues.xslt
@@ -36,7 +36,7 @@
36
<xsl:text>","code":"</xsl:text>
37
<xsl:value-of select="$code"/>
38
<xsl:text>","details":{"text":"</xsl:text>
39
- <xsl:value-of select="$details"/>
+ <xsl:value-of select="translate(translate($details, '\', '\\'), '"', '\"')"/>
40
<xsl:text>"},"location":["</xsl:text>
41
<xsl:value-of select="$location"/>
42
<xsl:text>"]}
,</xsl:text>
0 commit comments