mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Remove HTML escape for apostrophe in chat #1537
This commit is contained in:
parent
42e75876f2
commit
0352ae879b
|
|
@ -6604,7 +6604,6 @@ wstring CMinecraftApp::EscapeHTMLString(const wstring& desc)
|
||||||
{L'<', L"<"},
|
{L'<', L"<"},
|
||||||
{L'>', L">"},
|
{L'>', L">"},
|
||||||
{L'\"', L"""},
|
{L'\"', L"""},
|
||||||
{L'\'', L"'"},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wstring finalString = L"";
|
wstring finalString = L"";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue