${HeaderAccessSchedule}
diff --git a/src/components/actionsheet/actionsheet.js b/src/components/actionsheet/actionsheet.js
index d4e6b61c8..9be09c4d2 100644
--- a/src/components/actionsheet/actionsheet.js
+++ b/src/components/actionsheet/actionsheet.js
@@ -158,7 +158,7 @@ define(['dialogHelper', 'layoutManager', 'globalize', 'browser', 'dom', 'emby-bu
}
if (layoutManager.tv) {
- html += '';
+ html += '';
}
// If any items have an icon, give them all an icon just to make sure they're all lined up evenly
@@ -226,9 +226,9 @@ define(['dialogHelper', 'layoutManager', 'globalize', 'browser', 'dom', 'emby-bu
if (itemIcon) {
- html += '' + itemIcon + '';
+ html += '' + itemIcon + '';
} else if (renderIcon && !center) {
- html += 'check';
+ html += 'check';
}
html += '
';
diff --git a/src/components/activitylog.js b/src/components/activitylog.js
index e02fb0c86..05971f01b 100644
--- a/src/components/activitylog.js
+++ b/src/components/activitylog.js
@@ -13,12 +13,12 @@ define(["events", "globalize", "dom", "datetime", "userSettings", "serverNotific
}
if (entry.UserId && entry.UserPrimaryImageTag) {
- html += 'dvr"
} else {
- html += '' + icon + '';
+ html += '' + icon + '';
}
html += '
');
if (!imgUrl) {
- cardImageContainer += 'local_movies';
+ cardImageContainer += 'local_movies';
}
var nameHtml = '';
diff --git a/src/components/channelmapper/channelmapper.js b/src/components/channelmapper/channelmapper.js
index 0247f79a5..ee89b1799 100644
--- a/src/components/channelmapper/channelmapper.js
+++ b/src/components/channelmapper/channelmapper.js
@@ -71,7 +71,7 @@ define(["dialogHelper", "loading", "connectionManager", "globalize", "actionshee
function getTunerChannelHtml(channel, providerName) {
var html = "";
html += '
';
- html += 'dvr';
+ html += 'dvr';
html += '
';
html += '
';
html += channel.Name;
@@ -84,7 +84,7 @@ define(["dialogHelper", "loading", "connectionManager", "globalize", "actionshee
html += "
";
html += "
";
- html += '';
+ html += '';
return html += "
";
}
@@ -127,7 +127,7 @@ define(["dialogHelper", "loading", "connectionManager", "globalize", "actionshee
var html = "";
var title = globalize.translate("MapChannels");
html += '
';
- html += '';
+ html += '';
html += '
';
html += title;
html += "
";
diff --git a/src/components/collectioneditor/collectioneditor.js b/src/components/collectioneditor/collectioneditor.js
index a91594556..864e03ab5 100644
--- a/src/components/collectioneditor/collectioneditor.js
+++ b/src/components/collectioneditor/collectioneditor.js
@@ -243,13 +243,13 @@ define(['dialogHelper', 'loading', 'apphost', 'layoutManager', 'connectionManage
var title = items.length ? globalize.translate('HeaderAddToCollection') : globalize.translate('NewCollection');
html += '
";
}
diff --git a/src/controllers/dlnaprofile.js b/src/controllers/dlnaprofile.js
index e9239693d..fb4cdb425 100644
--- a/src/controllers/dlnaprofile.js
+++ b/src/controllers/dlnaprofile.js
@@ -76,12 +76,12 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
var index = 0;
var html = '
' + headers.map(function (h) {
var li = '
';
- li += 'info';
+ li += 'info';
li += '
';
li += '
' + h.Name + ": " + (h.Value || "") + "
";
li += '
' + (h.Match || "") + "
";
li += "
";
- li += '';
+ li += '';
li += "
";
index++;
return li;
@@ -132,11 +132,11 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
function renderXmlDocumentAttributes(page, attribute) {
var html = '
' + attribute.map(function (h) {
var li = '
';
- li += 'info';
+ li += 'info';
li += '
';
li += '
' + h.Name + " = " + (h.Value || "") + "
";
li += "
";
- li += '';
+ li += '';
return li += "
";
}).join("") + "
";
var elem = $(".xmlDocumentAttributeList", page).html(html).trigger("create");
@@ -174,11 +174,11 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
var index = 0;
var html = '
' + profiles.map(function (h) {
var li = '
';
- li += 'info';
+ li += 'info';
li += '
';
li += '
' + (h.Format || "") + "
";
li += "
";
- li += '';
+ li += '';
li += "
";
index++;
return li;
@@ -270,7 +270,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
}
html += "";
- html += '';
+ html += '';
html += "
";
}
@@ -331,7 +331,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
}
html += "";
- html += '';
+ html += '';
html += "
";
}
@@ -415,7 +415,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
}
html += "";
- html += '';
+ html += '';
html += "
";
}
@@ -487,7 +487,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
}
html += "";
- html += '';
+ html += '';
html += "
";
}
@@ -567,7 +567,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in
}
html += "";
- html += '';
+ html += '';
html += "
";
}
diff --git a/src/controllers/dlnaprofiles.js b/src/controllers/dlnaprofiles.js
index ae708bcd4..eae529c53 100644
--- a/src/controllers/dlnaprofiles.js
+++ b/src/controllers/dlnaprofiles.js
@@ -32,7 +32,7 @@ define(["jQuery", "globalize", "loading", "libraryMenu", "listViewStyle", "emby-
for (var i = 0, length = profiles.length; i < length; i++) {
var profile = profiles[i];
html += '
';
- html += 'live_tv';
+ html += 'live_tv';
html += '
";
diff --git a/src/scripts/librarybrowser.js b/src/scripts/librarybrowser.js
index b9f3b9247..268e8d7fe 100644
--- a/src/scripts/librarybrowser.js
+++ b/src/scripts/librarybrowser.js
@@ -91,20 +91,20 @@ define(["userSettings"], function (userSettings) {
html += '
';
if (showControls) {
- html += '';
- html += '';
+ html += '';
+ html += '';
}
if (options.addLayoutButton) {
- html += '';
+ html += '';
}
if (options.sortButton) {
- html += '';
+ html += '';
}
if (options.filterButton) {
- html += '';
+ html += '';
}
html += "
";
diff --git a/src/scripts/librarymenu.js b/src/scripts/librarymenu.js
index e3d6c8d19..6a977149d 100644
--- a/src/scripts/librarymenu.js
+++ b/src/scripts/librarymenu.js
@@ -68,7 +68,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
headerUserButton.innerHTML = '";
} else {
headerUserButton.classList.remove("headerUserButtonRound");
- headerUserButton.innerHTML = 'person';
+ headerUserButton.innerHTML = 'person';
}
}
@@ -161,7 +161,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
function refreshLibraryInfoInDrawer(user, drawer) {
var html = "";
html += '';
- html += 'home' + globalize.translate("ButtonHome") + "";
+ html += 'home' + globalize.translate("ButtonHome") + "";
// libraries are added here
html += '