src/system/helpers.cpp: fix cherry pick

protected space was broken
This commit is contained in:
2018-08-27 21:59:01 +02:00
parent 7096a2d39a
commit bd36134e17

View File

@@ -597,7 +597,7 @@ std::string& htmlEntityDecode(std::string& text)
{
{"\n", "
"},
{"\n", "
"},
{"?<3F>", "&nbsp;"},
{" ", "&nbsp;"},
{"&", "&amp;"},
{"<", "&lt;"},
{">", "&gt;"},