thide script, style and template tag - 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 956ad097d43cce10c04be9cb5f3f97b4dc703067
(DIR) parent d51661848fc21d2657e3465cfda192a6df482c0e
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 9 Dec 2019 18:46:55 +0100
hide script, style and template tag
Diffstat:
M webdump.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/webdump.c b/webdump.c
t@@ -150,11 +150,14 @@ static struct tag tags[] = {
{ "param", DisplayInline, 0, 1 },
{ "pre", DisplayPre },
{ "s", DisplayInline | DisplayStrike },
+{ "script", DisplayNone },
{ "source", DisplayInline, 0, 1 },
{ "strike", DisplayInline | DisplayStrike },
{ "strong", DisplayInline | DisplayBold },
+{ "style", DisplayNone },
{ "table", DisplayTable },
{ "td", DisplayTableCell, DisplayTableRow },
+{ "template", DisplayNone },
{ "th", DisplayTableCell | DisplayBold, DisplayTableRow },
{ "title", DisplayBlock },
{ "tr", DisplayTableRow, DisplayTable },