summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WikiTrans/wiki2html.py2
-rw-r--r--testdata/headings.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/WikiTrans/wiki2html.py b/WikiTrans/wiki2html.py
index 7c71602..00f02b5 100644
--- a/WikiTrans/wiki2html.py
+++ b/WikiTrans/wiki2html.py
@@ -107,3 +107,3 @@ class HtmlTextNode(HtmlSeqNode):
else:
- s = html_escape(self.content, quote=True)
+ s = html_escape(self.content, quote=False)
return s
diff --git a/testdata/headings.html b/testdata/headings.html
index 905c46b..de9c9c3 100644
--- a/testdata/headings.html
+++ b/testdata/headings.html
@@ -7,3 +7,3 @@ generate a <a href="http://en.wiktionary.org/wiki/table%20of%20contents">table o
-<p>Using more &quot;equals&quot; (=) signs creates a subsection.</p>
+<p>Using more "equals" (=) signs creates a subsection.</p>
<h4>A smaller subsection</h4>

Return to:

Send suggestions and report system problems to the System administrator.