From aa45331cf73ef2d02c9d21e4dcc7e367550ba6c7 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Wed, 25 May 2022 12:48:52 +0200 Subject: [PATCH] Update 'app/inspektoratpracy.hs' --- app/inspektoratpracy.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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