summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-01-20 01:14:54 -0500
committerScott Ostler <sostler@deathmachine.local>2010-01-20 01:14:54 -0500
commitfaab952a795a1eee1ed6eaca476d56fcb77998aa (patch)
tree5b90a7e345c82583cadac9eda58a6c5d5ec9b9c2 /src
parenta91eb914edb95a5facd62b2eac00186b7b8c63c1 (diff)
parent9b9f1b51d63ee0a46d766d285ffac028d7c40cbb (diff)
Getting up to date
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj
index b89215c..653e99a 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -2,7 +2,6 @@
(:import java.lang.System
java.text.SimpleDateFormat
java.util.Date
- clojure.lang.PersistentQueue
org.apache.commons.codec.digest.DigestUtils
javax.servlet.http.Cookie
org.antlr.stringtemplate.StringTemplateGroup)
@@ -123,7 +122,7 @@
(defn process-message-for-output [d]
{"nick" (encode-html-entities (d :nick))
- "msg_id" (d :message_id)
+ "message_id" (d :message_id)
"created_on" (.format formatter (d :created_on))
"content" (encode-html-entities (d :content))})