diff options
Diffstat (limited to '')
-rw-r--r-- | html.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.20 2002/12/06 16:50:19 ukai Exp $ */ +/* $Id: html.c,v 1.21 2002/12/08 14:23:44 ukai Exp $ */ #include "html.h" /* Define HTML Tag Infomation Table */ @@ -226,7 +226,7 @@ TagInfo TagMAP[MAX_HTMLTAG] = { {"sub", NULL, 0, 0}, /* 102 HTML_SUB */ {"/sub", NULL, 0, 0}, /* 103 HTML_N_SUB */ {"link", ALST_LINK, MAXA_LINK, 0}, /* 104 HTML_LINK */ - {"s", NULL, 0, 0}, /* 105 HTML_S */ + {"s", NULL, 0, 0}, /* 105 HTML_S */ {"/s", NULL, 0, TFLG_END}, /* 106 HTML_N_S */ {NULL, NULL, 0, 0}, /* 107 Undefined */ |