]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix escape code '&quote;' should be '"'. (#1355)
authorazlm8t <31170571+azlm8t@users.noreply.github.com>
Sun, 12 Jul 2020 17:01:01 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Jul 2020 17:01:01 +0000 (19:01 +0200)
commitd492091de8231ca25ac4b4f682da7d32f3d6f44f
tree979596d8345710ea3d42c10cc9248af1445e7004
parent8066d559ec12cec0ab1fa366b54286d706f9b5a9
Fix escape code '&quote;' should be '&quot;'. (#1355)

For example S3.2.4:
https://www.w3.org/MarkUp/html-spec/html-spec.txt
or
https://dev.w3.org/html5/html-author/charref

The browsers I tested displayed '&quote;' as
double quote marks followed by "e;".
src/webui/html.c