mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
src/system/helpers.cpp: fix cherry pick
protected space was broken
This commit is contained in:
@@ -597,7 +597,7 @@ std::string& htmlEntityDecode(std::string& text)
|
|||||||
{
|
{
|
||||||
{"\n", "
"},
|
{"\n", "
"},
|
||||||
{"\n", "
"},
|
{"\n", "
"},
|
||||||
{"?<3F>", " "},
|
{" ", " "},
|
||||||
{"&", "&"},
|
{"&", "&"},
|
||||||
{"<", "<"},
|
{"<", "<"},
|
||||||
{">", ">"},
|
{">", ">"},
|
||||||
|
Reference in New Issue
Block a user