StripHtmlTags: replace by space
This commit is contained in:
committed by
Andrzej Rybczak
parent
192a90a5be
commit
163e0d576d
@@ -285,6 +285,7 @@ void StripHtmlTags(std::string &s)
|
||||
Replace(s, "'", "'");
|
||||
Replace(s, "&", "&");
|
||||
Replace(s, """, "\"");
|
||||
Replace(s, " ", " ");
|
||||
for (size_t i = 0; i < s.length(); ++i)
|
||||
{
|
||||
if (erase)
|
||||
|
||||
Reference in New Issue
Block a user