diff --git a/app/inspektoratpracy.hs b/app/inspektoratpracy.hs index d4a95f1..42c62d2 100644 --- a/app/inspektoratpracy.hs +++ b/app/inspektoratpracy.hs @@ -20,7 +20,7 @@ toShadowItem (url, title) = format = Just "pdf", finalUrl = url } - where title = "" + where title = "title" date = getDate $ replace "%20" " " url getDate :: String -> String