mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +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,""","\"");
|
||||||
strReplace(s,"'","\'");
|
strReplace(s,"'","\'");
|
||||||
strReplace(s,"
","\n'");
|
strReplace(s,"
","\n");
|
||||||
strReplace(s,"
","\n'");
|
strReplace(s,"
","\n");
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user