mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
channellist fix footer line
This commit is contained in:
@@ -1699,6 +1699,7 @@ void CChannelList::paintDetails(int index)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!(text2.empty())) {
|
if (!(text2.empty())) {
|
||||||
|
text2 = str_replace("\\n", " ", text2);
|
||||||
while ( text2.find_first_of("[ -.+*#?=!$%&/]+") == 0 )
|
while ( text2.find_first_of("[ -.+*#?=!$%&/]+") == 0 )
|
||||||
text2 = text2.substr( 1 );
|
text2 = text2.substr( 1 );
|
||||||
text2 = text2.substr( 0, text2.find('\n') );
|
text2 = text2.substr( 0, text2.find('\n') );
|
||||||
|
Reference in New Issue
Block a user