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:
Jacek Jendrzej
2015-03-21 12:56:43 +01:00
parent 4f9a3f0765
commit b4b8c4c77e

View File

@@ -619,8 +619,8 @@ std::string decodeXmlSpecialChars(std::string s)
strReplace(s,"&amp;","&"); strReplace(s,"&amp;","&");
strReplace(s,"&quot;","\""); strReplace(s,"&quot;","\"");
strReplace(s,"&apos;","\'"); strReplace(s,"&apos;","\'");
strReplace(s,"&#x0a;","\n'"); strReplace(s,"&#x0a;","\n");
strReplace(s,"&#x0d;","\n'"); strReplace(s,"&#x0d;","\n");
return s; return s;
} }