aboutsummaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-02-13 15:51:48 +0000
committerbptato <nincsnevem662@gmail.com>2021-02-13 15:51:48 +0000
commitb2081866fd6d5e03cc672d7f0c71e35446a07747 (patch)
treee9d82be0d0bda48b382b87c5d5e48a1ceecfffba /html.c
parentUpdate ChangeLog (diff)
downloadw3m-b2081866fd6d5e03cc672d7f0c71e35446a07747.tar.gz
w3m-b2081866fd6d5e03cc672d7f0c71e35446a07747.zip
Improve description list rendering
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 7499191..5d25cd3 100644
--- a/html.c
+++ b/html.c
@@ -274,8 +274,9 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
{"/figcaption", NULL, 0, TFLG_END}, /* 144 HTML_N_FIGCAPTION */
{"section", ALST_NOP, MAXA_NOP, 0}, /* 145 HTML_SECTION */
{"/section", NULL, 0, TFLG_END}, /* 146 HTML_N_SECTION */
+ {"/dt", NULL, 0, TFLG_END}, /* 147 HTML_N_DT */
+ {"/dd", NULL, 0, TFLG_END}, /* 147 HTML_N_DD */
- {NULL, NULL, 0, 0}, /* 147 Undefined */
{NULL, NULL, 0, 0}, /* 148 Undefined */
{NULL, NULL, 0, 0}, /* 149 Undefined */
{NULL, NULL, 0, 0}, /* 150 Undefined */