aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/View/Ad.hs2
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