Fix a mistake I made with </dd> and </dt> tags

This commit is contained in:
bptato
2021-02-13 21:49:25 +01:00
parent 116e10749c
commit c8eb20b951

3
html.c
View File

@@ -275,9 +275,8 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
{"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 */
{"/dd", NULL, 0, TFLG_END}, /* 148 HTML_N_DD */
{NULL, NULL, 0, 0}, /* 148 Undefined */
{NULL, NULL, 0, 0}, /* 149 Undefined */
{NULL, NULL, 0, 0}, /* 150 Undefined */
{NULL, NULL, 0, 0}, /* 151 Undefined */