diff --git a/dashboard-ui/scripts/notifications.js b/dashboard-ui/scripts/notifications.js index f00c4b0a1f..0b0326585b 100644 --- a/dashboard-ui/scripts/notifications.js +++ b/dashboard-ui/scripts/notifications.js @@ -88,7 +88,7 @@ var elem = $('.notificationsFlyoutlist'); if (!totalRecordCount) { - elem.html('
No unread notifications.
'); + elem.html('No unread notifications.
'); $('.btnMarkReadContainer').hide(); return; }