mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- movieinfo: more cleanup; use htmlEntityDecode from helpers.cpp
This commit is contained in:
@@ -487,6 +487,8 @@ std::string& htmlEntityDecode(std::string& text)
|
||||
};
|
||||
decode_table dt[] =
|
||||
{
|
||||
{"\n", "
"},
|
||||
{"\n", "
"},
|
||||
{" ", " "},
|
||||
{"&", "&"},
|
||||
{"<", "<"},
|
||||
|
Reference in New Issue
Block a user