mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 10:51:12 +02:00
movieinfo.cp add new line and line feed fix for 75bdf0f182
This commit is contained in:
@@ -619,6 +619,8 @@ std::string decodeXmlSpecialChars(std::string s)
|
||||
strReplace(s,"&","&");
|
||||
strReplace(s,""","\"");
|
||||
strReplace(s,"'","\'");
|
||||
strReplace(s,"
","\n'");
|
||||
strReplace(s,"
","\n'");
|
||||
return s;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user