diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index b698d37f3b..999080b6d5 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -96,7 +96,7 @@
  • -
    PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Default is JPEG_SM. Some clients require a specific value, regardless of the size of the image.
    +
    PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.
  • diff --git a/dashboard-ui/scripts/mediacontroller.js b/dashboard-ui/scripts/mediacontroller.js index 1f79b4e4d0..3e40b28379 100644 --- a/dashboard-ui/scripts/mediacontroller.js +++ b/dashboard-ui/scripts/mediacontroller.js @@ -373,7 +373,7 @@ html += '

    All plays will be sent to the selected player.

    '; checkedHtml = enableMirrorMode ? ' checked="checked"' : ''; - html += '
    '; + html += '
    '; html += '';