From 72a5c9891152669d72afb305bcb9051cc327770e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 19 Aug 2015 19:57:27 -0400 Subject: [PATCH] update guide --- dashboard-ui/scripts/livetvchannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/livetvchannel.js b/dashboard-ui/scripts/livetvchannel.js index 1ac513996d..8eab4473f3 100644 --- a/dashboard-ui/scripts/livetvchannel.js +++ b/dashboard-ui/scripts/livetvchannel.js @@ -19,7 +19,7 @@ if (startDateText != currentIndexValue) { - html += '

' + startDateText + '

'; + html += '

' + startDateText + '

'; currentIndexValue = startDateText; }