aboutsummaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-08 14:23:44 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-08 14:23:44 +0000
commit52a09ad262691ae0ef8dc2892ef1709d45ec8ec7 (patch)
tree1db42be0b3165ce6d93d4f38600b315067cad687 /html.c
parent[w3m-dev 03536] <del>, <s> (diff)
downloadw3m-52a09ad262691ae0ef8dc2892ef1709d45ec8ec7.tar.gz
w3m-52a09ad262691ae0ef8dc2892ef1709d45ec8ec7.zip
fix indent
Diffstat (limited to '')
-rw-r--r--html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.c b/html.c
index df86175..e4c644d 100644
--- a/html.c
+++ b/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 */