summaryrefslogtreecommitdiffstats
path: root/test/w3c/confEcma.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/confEcma.xsl')
-rw-r--r--test/w3c/confEcma.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/confEcma.xsl b/test/w3c/confEcma.xsl
index a77d552..41a8129 100644
--- a/test/w3c/confEcma.xsl
+++ b/test/w3c/confEcma.xsl
@@ -275,7 +275,7 @@ events which cause the test to fail. The default value provided here is pretty
<!-- this produces a reference to an invalid namelist, i.e. on that should cause an error -->
<xsl:template match="//@conf:invalidNamelist">
- <xsl:attribute name="namelist">"foo"</xsl:attribute>
+ <xsl:attribute name="namelist">&#34;foo</xsl:attribute>
</xsl:template>