trm TODO comment - webdump - [FORK] git://git.codemadness.org/webdump
(HTM) git clone git://git.z3bra.org/webdump.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 70517df2a33adb49a59c451f58891a38449d20f8
(DIR) parent c19b45dfe23bfa615aa965c574ae8f6e7a9864ec
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 20 Nov 2019 23:49:57 +0100
rm TODO comment
Diffstat:
M webdump.c | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/webdump.c b/webdump.c
t@@ -535,10 +535,6 @@ xmldataentity(XMLParser *p, const char *data, size_t datalen)
if (cur->tag.displaytype & DisplayNone)
return;
- /* ©, copy table from Links (check license) */
- /* rsquo, hellip, ndash, lsquo */
- /* TODO: support some more HTML entities */
-
/* convert basic XML entities */
n = xml_entitytostr(data, buf, sizeof(buf));
if (n > 0)