* correctly serving 404s with status code 404 :|

This commit is contained in:
Vincent Ambo 2012-03-18 23:49:50 +01:00
parent 515660fa7d
commit da38878212
3 changed files with 11 additions and 11 deletions

View file

@ -116,9 +116,9 @@ cSend DE = "Absenden"
cSend EN = "Submit"
-- errors
notFound :: BlogLang -> Text
notFound DE = "Nicht gefunden"
notFound EN = "Not found"
notFoundTitle :: BlogLang -> Text
notFoundTitle DE = "Nicht gefunden"
notFoundTitle EN = "Not found"
notFoundText :: BlogLang -> Text
notFoundText DE = "Das gewünschte Objekt wurde leider nicht gefunden."