diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index bb766240d..57bd1bd70 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -392,6 +392,7 @@ void EpgPlus::ChannelEventEntry::paint(bool pisSelected, bool toggleColor) { shortepg = str_replace("\n", " ", shortepg); shortepg = str_replace("\\n", " ", shortepg); + shortepg = str_replace("\t", " ", shortepg); } this->footer->paintEventDetails(this->channelEvent.description, ret ? shortepg : "");