summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/site.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj
index 0e543a1..bbaeff9 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -584,8 +584,8 @@ FROM users u
(.setAttribute "json_user_nick" (if nick (json-str nick) "null"))
(.setAttribute "version" *chat-version-number*)
(.setAttribute "roomname" (room :name))
- (.setAttribute "timestamp" now)
- (.toString)))
+ (.setAttribute "timestamp" now))
+ (.toString st))
[404 "UNKNOWN PAGE"]))
(defn validated-chat [session room-key template]