diff --git a/src/controllers/dashboard/dashboard.js b/src/controllers/dashboard/dashboard.js index fcf5255a94..e23fde03ba 100644 --- a/src/controllers/dashboard/dashboard.js +++ b/src/controllers/dashboard/dashboard.js @@ -280,7 +280,7 @@ import confirm from '../../components/confirm/confirm'; html += clientImage; } - html += '
'; + html += '
'; html += '
' + escapeHtml(session.DeviceName) + '
'; html += '
' + escapeHtml(DashboardPage.getAppSecondaryText(session)) + '
'; html += '
'; diff --git a/src/controllers/dashboard/library.js b/src/controllers/dashboard/library.js index cc3dde208e..f083e2aefe 100644 --- a/src/controllers/dashboard/library.js +++ b/src/controllers/dashboard/library.js @@ -343,7 +343,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder'; html += ' '; html += '
'; } else if (virtualFolder.Locations.length && virtualFolder.Locations.length === 1) { - html += "
"; + html += "
"; html += virtualFolder.Locations[0]; html += '
'; } else {