From 1bdbe4af642cbaaacb15fbf882a3ad87ebf1e486 Mon Sep 17 00:00:00 2001 From: "\"Vincent Ambo ext:(%22)" Date: Sat, 27 Apr 2013 22:17:54 +0200 Subject: * switched main language to English --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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_ -- cgit 1.4.1