summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-20 23:15:32 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-20 23:15:32 -0400
commit42f01a27575a39fbf17c90b3468d186309dcb096 (patch)
treeff001834b34e42570c8eaa222384d876d815fe49
parent9c8c445705064c4b951fc6b89325fcb045720d3c (diff)
parent5cb38dd389948bc2aae5dea175dd36b1f4e4d20b (diff)
Merge branch 'master' of /pichat/repo
-rwxr-xr-xsrc/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 16d7aee..39509a9 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -757,7 +757,7 @@
; TODO: cache policy for other static files (js, css, etc.)
(let [cache-header (if (re-find pic-regex path)
{:headers {"Cache-Control" "max-age=604800,public"}}
- {}]
+ {})]
[cache-header
(serve-file dir path)]))