mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
StringUtil: Move GetEscapedHtml() into Common namespace
This commit is contained in:
parent
21df3ca572
commit
d368c989e7
4 changed files with 8 additions and 8 deletions
|
@ -118,7 +118,7 @@ std::string GenerateChangelog(const picojson::array& versions)
|
|||
changelog += ver_obj["shortrev"].get<std::string>();
|
||||
}
|
||||
const std::string escaped_description =
|
||||
GetEscapedHtml(ver_obj["short_descr"].get<std::string>());
|
||||
Common::GetEscapedHtml(ver_obj["short_descr"].get<std::string>());
|
||||
changelog += " by <a href = \"" + ver_obj["author_url"].get<std::string>() + "\">" +
|
||||
ver_obj["author"].get<std::string>() + "</a> — " + escaped_description;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue