mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
fix 4f9a3f0765
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5763addd80
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-21 (Sat, 21 Mar 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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