From a9c9365ec941adcffb1241d967fd00cd889165ff Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Wed, 15 Apr 2015 23:51:13 +0200 Subject: Fixing line length for console title render --- src/View/Ad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/View/Ad.hs b/src/View/Ad.hs index acf0839..5ab08e6 100644 --- a/src/View/Ad.hs +++ b/src/View/Ad.hs @@ -27,7 +27,7 @@ renderConsoleAds time ads = , "] " , title ] - line = T.map (\_ -> '-') title + line = T.map (\_ -> '-') titleWithTime in T.intercalate "\n" [ titleWithTime -- cgit v1.2.3