diff --git a/pseudo_tv_controller.py b/pseudo_tv_controller.py
index eda8177..b5c2536 100644
--- a/pseudo_tv_controller.py
+++ b/pseudo_tv_controller.py
@@ -42,6 +42,7 @@ def get_html_from_daily_schedule(currentTime):
with tag('head'):
+ doc.asis('')
doc.asis('')
with tag('body'):
@@ -96,7 +97,7 @@ def get_html_from_daily_schedule(currentTime):
if currentTime.hour == timeB.hour:
if currentTime.minute == timeB.minute:
-
+
with tag('tr', klass='bg-info'):
with tag('th', scope='row'):