about summary refs log tree commit diff
path: root/src/Server.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-21T18·05+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-21T18·05+0100
commitd7d428d597ebede6d7d423abcecb930cdca8a88c (patch)
tree68d61a6bb7dae4fd9f3f2597b899ee58f2dd0a00 /src/Server.hs
parenta68d6cfa31ca9fa4e2773c5f3e375c21079c358b (diff)
[locale/blog] Remove other unused code
Diffstat (limited to 'src/Server.hs')
-rw-r--r--src/Server.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.hs b/src/Server.hs
index df8916d85d3b..373bb7d6b51f 100644
--- a/src/Server.hs
+++ b/src/Server.hs
@@ -149,7 +149,7 @@ updateEntry acid entryId = do
                          , btext = nBtext
                          , mtext = nMtext}
     update' acid (UpdateEntry newEntry)
-    seeOther (concat $ intersperse' "/" [show $ lang entry, show entryId])
+    seeOther (concat $ ["/", show $ lang entry, "/", show entryId])
              (toResponse ())
 
 guardSession :: AcidState Blog -> ServerPartT IO ()