From f5e91ea7176ff6f545d3091cbefc41bf361c603d Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 12 Jun 2012 17:14:29 +0100 Subject: [PATCH] Minor tweak to layout of EPG entry info to make it easier to see useful stuff. --- src/webui/static/app/epg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 6182d01d..3cf34f4d 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,