diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-10 09:56:49 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-10 09:56:49 -0500 |
commit | f6ef3f03e831c3e150a18f31675862794e6c8c7f (patch) | |
tree | 7c40f50c1702b0996a6999414103255237be5e66 /src/LYReadCFG.c | |
parent | d36a0b3dc2d3a504b3fd8a19464e0031b58defc7 (diff) | |
download | lynx-snapshots-f6ef3f03e831c3e150a18f31675862794e6c8c7f.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6g
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 066c1690..4ed5b47a 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.159 2010/12/09 00:53:07 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.160 2010/12/10 01:16:27 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1501,6 +1501,7 @@ static Config_Type Config_Table [] = PARSE_STR(RC_HIDDEN_LINK_MARKER, hidden_link_marker), #endif PARSE_SET(RC_HISTORICAL_COMMENTS, historical_comments), + PARSE_SET(RC_HTML5_CHARSETS, html5_charsets), #ifdef USE_PRETTYSRC PARSE_FUN(RC_HTMLSRC_ATTRNAME_XFORM, read_htmlsrc_attrname_xform), PARSE_FUN(RC_HTMLSRC_TAGNAME_XFORM, read_htmlsrc_tagname_xform), |