mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
fix bf19930887
This commit is contained in:
@@ -619,8 +619,8 @@ std::string decodeXmlSpecialChars(std::string s)
|
||||
strReplace(s,"&","&");
|
||||
strReplace(s,""","\"");
|
||||
strReplace(s,"'","\'");
|
||||
strReplace(s,"
","\n'");
|
||||
strReplace(s,"
","\n'");
|
||||
strReplace(s,"
","\n");
|
||||
strReplace(s,"
","\n");
|
||||
return s;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user