summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lisp b/main.lisp
index 8fce09d..9c29fe2 100644
--- a/main.lisp
+++ b/main.lisp
@@ -336,6 +336,8 @@
(write (let ((*xml-rpc-package*
(find-package '#:mulk.journal.xml-rpc)))
(s-xml-rpc::handle-xml-rpc-call xml-data 0))
+ :pretty nil
+ :escape nil
:stream *standard-output*))))
(otherwise (show-web-journal)))
#.(restore-sql-reader-syntax-state))