mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
movieinfo.cp add new line and line feed fix for 74948a761e
Origin commit data
------------------
Commit: bf19930887
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-21 (Sat, 21 Mar 2015)
This commit is contained in:
@@ -619,6 +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'");
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user