diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-10-07 08:38:58 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-10-07 08:38:58 -0400 |
commit | 159e9403a44c5f95e8a9c8bf9ef45011c2f80baf (patch) | |
tree | 476626935f5792ca2a384cbac72157787cdac3a6 /WWW/Library/Implementation/src0_HTMLDTD.h | |
parent | c4e14d3f47b5c3dba1872c9fa70f24a287e8ed0f (diff) | |
download | lynx-snapshots-159e9403a44c5f95e8a9c8bf9ef45011c2f80baf.tar.gz |
snapshot of project "lynx", label v2-8-8dev_9c
Diffstat (limited to 'WWW/Library/Implementation/src0_HTMLDTD.h')
-rw-r--r-- | WWW/Library/Implementation/src0_HTMLDTD.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/src0_HTMLDTD.h b/WWW/Library/Implementation/src0_HTMLDTD.h index 000e739a..83884709 100644 --- a/WWW/Library/Implementation/src0_HTMLDTD.h +++ b/WWW/Library/Implementation/src0_HTMLDTD.h @@ -1,4 +1,4 @@ -/* $LynxId: src0_HTMLDTD.h,v 1.44 2011/05/19 23:49:11 tom Exp $ */ +/* $LynxId: src0_HTMLDTD.h,v 1.45 2011/10/07 00:54:36 Kihara.Hideto Exp $ */ #ifndef src_HTMLDTD_H0 #define src_HTMLDTD_H0 1 @@ -847,6 +847,7 @@ static const AttrType MATH_attr_type[] = { }; static const attr META_attr_list[] = { + { "CHARSET" T(N) }, { "CONTENT" T(N) }, { "HTTP-EQUIV" T(N) }, { "NAME" T(N) }, @@ -1794,6 +1795,7 @@ static const attr MATH_attr[] = { /* MATH attributes */ }; static const attr META_attr[] = { /* META attributes */ + { "CHARSET" T(N) }, { "CONTENT" T(N) }, { "HTTP-EQUIV" T(N) }, { "NAME" T(N) }, |