summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2009-12-06 21:02:05 -0500
committersostler <sbostler@gmail.com>2009-12-06 21:02:05 -0500
commita3edac22517613218a1877fcdfe0f1ea10de6869 (patch)
treef05e8bad27f30800361a1536ba82d5f61cf43acd /src
parent39375c859ab3523e6312015388d9f2f462f66db1 (diff)
Replaced avatar handling
Diffstat (limited to 'src')
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 3e9a873..66a17d9 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -205,7 +205,7 @@
(doseq [a [:nick :avatar :contact :bio]]
(let [v (user-info a)]
(.setAttribute st (name a)
- (if v (encode-html-entities v) ""))))
+ (if v (encode-html-entities v) nil))))
(.setAttribute st "dumps"
(to-array (map process-message-for-output dumps)))
(.toString st)))