From: Adam Sutton Date: Tue, 12 Jun 2012 16:14:29 +0000 (+0100) Subject: Minor tweak to layout of EPG entry info to make it easier to see useful stuff. X-Git-Tag: 3.3~359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5e91ea7176ff6f545d3091cbefc41bf361c603d;p=thirdparty%2Ftvheadend.git Minor tweak to layout of EPG entry info to make it easier to see useful stuff. --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 6182d01da..3cf34f4d0 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -51,8 +51,8 @@ tvheadend.epgDetails = function(event) { event.channelid + "')\">Play" + ""; } - content += '
'; content += ''; + content += '
'; var confcombo = new Ext.form.ComboBox({ store: tvheadend.configNames,