@@ -6604,7 +6604,6 @@ wstring CMinecraftApp::EscapeHTMLString(const wstring& desc)
|
||||
{L'<', L"<"},
|
||||
{L'>', L">"},
|
||||
{L'\"', L"""},
|
||||
{L'\'', L"'"},
|
||||
};
|
||||
|
||||
wstring finalString = L"";
|
||||
|
||||
Reference in New Issue
Block a user