summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dingus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dingus.html b/dingus.html
index f3fded4..0cac16d 100644
--- a/dingus.html
+++ b/dingus.html
@@ -10,7 +10,7 @@
<script type="text/javascript">
var writer = new commonmark.HtmlRenderer();
-var xmlwriter = new commonmark.XMLRenderer({ sourcepos: true });
+var xmlwriter = new commonmark.XmlRenderer({ sourcepos: true });
var reader = new commonmark.DocParser();
function getQueryVariable(variable) {