aboutsummaryrefslogtreecommitdiff
path: root/trypandoc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'trypandoc/index.html')
-rw-r--r--trypandoc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html
index c46f4d132..d9674793b 100644
--- a/trypandoc/index.html
+++ b/trypandoc/index.html
@@ -39,7 +39,7 @@ $(document).ready(function() {
if (text && text != "") {
$.getJSON("/cgi-bin/trypandoc", { from: from, to: to, text: text },
function(res) {
- $("#results").text(res.result);
+ $("#results").text(res.html);
$("#version").text(res.version);
$("#command").text("pandoc --from " + from + " --to " + to);
});