mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Updater: Escape HTML characters in commit descriptions
This commit is contained in:
parent
a12865570d
commit
99ed43280d
4 changed files with 34 additions and 3 deletions
|
@ -242,3 +242,5 @@ inline bool IsPrintableCharacter(char c)
|
|||
#ifdef _WIN32
|
||||
std::vector<std::string> CommandLineToUtf8Argv(const wchar_t* command_line);
|
||||
#endif
|
||||
|
||||
std::string GetEscapedHtml(std::string html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue