- movieinfo: more cleanup; use htmlEntityDecode from helpers.cpp

This commit is contained in:
svenhoefer
2016-08-11 12:29:16 +02:00
parent 8b3b4ba4d1
commit 22fcc8fe4d
3 changed files with 6 additions and 29 deletions

View File

@@ -487,6 +487,8 @@ std::string& htmlEntityDecode(std::string& text)
};
decode_table dt[] =
{
{"\n", "
"},
{"\n", "
"},
{" ", " "},
{"&", "&"},
{"<", "&lt;"},