diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index ace3a96f..36a36318 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -106,7 +106,7 @@ tvheadend.epgDetails = function(event) { if (event.start) content += '
'; if (event.stop) - content += ' '; + content += ' '; if (duration) content += ' '; if (event.summary)