diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-30 21:14:53 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-30 21:14:53 +0100 |
commit | 5e4c0344d3ed5941745bad6175221405788bfd21 (patch) | |
tree | 68fd7277e028a1f1637a19986b51ed03ba29f7d9 | |
parent | 5d8043dfdbe33892896460073a166fb8900d814a (diff) |
Fix XML-RPC response format.
Ignore-this: df93c70e15dccc898fa1770c8a6193b4
darcs-hash:618430f8da6f5e8e555b2af9157a6c6f8c9f8495
-rw-r--r-- | main.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |