fix indent
This commit is contained in:
4
html.c
4
html.c
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user