diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lynx.cfg b/lynx.cfg index 3fc28235..3d01501a 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,4 +1,4 @@ -# $LynxId: lynx.cfg,v 1.161 2008/07/04 15:15:35 Philip.Webb Exp $ +# $LynxId: lynx.cfg,v 1.162 2008/09/10 12:16:54 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) @@ -3315,6 +3315,15 @@ COLOR:6:brightred:black # #HIDDEN_LINK_MARKER: +.h2 XHTML_PARSING +# XHTML_PARSING - HTML parsing +# When true, tells lynx that it can ignore certain tags which have no content +# in an XHTML 1.0 document. For example +# <p /> +# <a /> +# When the option is false, lynx will not treat the tag as an ending. +#XHTML_PARSING:FALSE + .h1 Appearance .h2 JUSTIFY |