mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Fix UnescapeHTML as well
This commit is contained in:
parent
cfa2748ece
commit
aedd60a213
@ -1241,7 +1241,7 @@ std::string UnescapeHTML(const std::string &html)
|
||||
ret=greplace(">", ">", ret);
|
||||
ret=greplace(""", "\"", ret);
|
||||
ret=greplace("'", "'", ret);
|
||||
ret = greplace("/", "/", ret);
|
||||
ret = greplace("/", "/", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user