diff --git a/src/system/helpers.cpp b/src/system/helpers.cpp index c682018b2..731a7fa3e 100644 --- a/src/system/helpers.cpp +++ b/src/system/helpers.cpp @@ -597,7 +597,7 @@ std::string& htmlEntityDecode(std::string& text) { {"\n", " "}, {"\n", " "}, - {"? ", " "}, + {" ", " "}, {"&", "&"}, {"<", "<"}, {">", ">"},