about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-04-27T20·17+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-04-27T20·17+0200
commit1bdbe4af642cbaaacb15fbf882a3ad87ebf1e486 (patch)
treeb936360fec48f71f2c32a32d7709aa6fabd57300 /src
parentde09c2cc68c1bc7914687a228aa3805ac8bcb9b1 (diff)
* switched main language to English
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index a83c9958ef35..0c4fcdffcd3f 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -60,7 +60,7 @@ tazBlog :: AcidState Blog -> String -> ServerPart Response
 tazBlog acid captchakey = do
     compr <- compressedResponseFilter
     msum [ path $ \(lang :: BlogLang) -> blogHandler acid lang captchakey
-         , nullDir >> showIndex acid DE
+         , nullDir >> showIndex acid EN
          , dir " " $ nullDir >>
             seeOther ("https://plus.google.com/115916629925754851590" :: Text) (toResponse ())
          , path $ \(year :: Int) -> path $ \(month :: Int) -> path $ \(id_ :: String) -> formatOldLink year month id_