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/hdr_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/hdr_HTMLDTD.h')
-rw-r--r-- | WWW/Library/Implementation/hdr_HTMLDTD.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/hdr_HTMLDTD.h b/WWW/Library/Implementation/hdr_HTMLDTD.h index a358caf1..9e4d47b0 100644 --- a/WWW/Library/Implementation/hdr_HTMLDTD.h +++ b/WWW/Library/Implementation/hdr_HTMLDTD.h @@ -1,4 +1,4 @@ -/* $LynxId: hdr_HTMLDTD.h,v 1.21 2011/05/19 23:49:11 tom Exp $ */ +/* $LynxId: hdr_HTMLDTD.h,v 1.22 2011/10/07 00:54:36 Kihara.Hideto Exp $ */ #ifndef hdr_HTMLDTD_H #define hdr_HTMLDTD_H 1 @@ -670,11 +670,12 @@ extern "C" { #define HTML_MATH_TITLE 7 #define HTML_MATH_ATTRIBUTES 8 -#define HTML_META_CONTENT 0 -#define HTML_META_HTTP_EQUIV 1 -#define HTML_META_NAME 2 -#define HTML_META_SCHEME 3 -#define HTML_META_ATTRIBUTES 4 +#define HTML_META_CHARSET 0 +#define HTML_META_CONTENT 1 +#define HTML_META_HTTP_EQUIV 2 +#define HTML_META_NAME 3 +#define HTML_META_SCHEME 4 +#define HTML_META_ATTRIBUTES 5 #define HTML_NEXTID_N 0 #define HTML_NEXTID_ATTRIBUTES 1 |