mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Updater: Escape HTML characters in commit descriptions
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user