mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
fix linebreaks/tabs in epg+ footer
Origin commit data
------------------
Branch: ni/coolstream
Commit: cdea62ed25
Author: TangoCash <eric@loxat.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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("\\n", " ", shortepg);
|
shortepg = str_replace("\\n", " ", shortepg);
|
||||||
|
shortepg = str_replace("\t", " ", shortepg);
|
||||||
}
|
}
|
||||||
this->footer->paintEventDetails(this->channelEvent.description, ret ? shortepg : "");
|
this->footer->paintEventDetails(this->channelEvent.description, ret ? shortepg : "");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user