From df7ffa66003f659923fea9c95a6be1513c66fce4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 25 Oct 2013 12:19:12 -0400 Subject: [PATCH] improve upcoming tv styles --- dashboard-ui/scripts/librarybrowser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 8a8f1d2371..48aa1446cc 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -79,7 +79,7 @@ if (year != currentIndexValue) { - html += '

' + year + '

'; + html += '

' + year + '

'; currentIndexValue = year; } } @@ -684,7 +684,7 @@ if (val != currentIndexValue) { - html += '

' + val + '

'; + html += '

' + val + '

'; currentIndexValue = val; } }