diff --git a/src/nhttpd/tuxboxapi/neutrinoyparser.cpp b/src/nhttpd/tuxboxapi/neutrinoyparser.cpp
index 2826c09d6..c29ac488e 100644
--- a/src/nhttpd/tuxboxapi/neutrinoyparser.cpp
+++ b/src/nhttpd/tuxboxapi/neutrinoyparser.cpp
@@ -552,8 +552,8 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
}
yresult += string_printf("
",classname);
- yresult += string_printf("%s %s "
- "(%ld {=L:from=} %d {=L:unit.short.minute=}, %d%%)"
+ yresult += string_printf("%s %s "
+ "(%ld {=L:from=} %d {=L:unit.short.minute=}, %d%%)"
, timestr.c_str()
, EPGInfoC.c_str()
, event.description.c_str()
@@ -568,7 +568,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
EPGInfoN += epg.info2;
}
timestr = timeString(currentNextInfo.next_zeit.startzeit);
- yresult += string_printf(" %s %s"
+ yresult += string_printf(" %s %s"
, timestr.c_str()
, EPGInfoN.c_str()
, currentNextInfo.next_name.c_str());
|