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; } }