diff options
author | Joris Guyonvarch | 2015-04-15 23:51:13 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-15 23:51:13 +0200 |
commit | a9c9365ec941adcffb1241d967fd00cd889165ff (patch) | |
tree | 15e7b901dbba050f41dbbde012dd34684cf5e3cc /src | |
parent | 1360b4e49d4ddcf3230e423ca528430d985399c1 (diff) |
Fixing line length for console title render
Diffstat (limited to 'src')
-rw-r--r-- | src/View/Ad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |