diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-10 19:48:01 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-10 19:48:01 -0400 |
commit | 52b82fac17962f62bfab7dbb43381a6b51d356d9 (patch) | |
tree | 8ed8a20c2c0f7de987630f016da4a4ef1cbefd22 /WWW/Library/Implementation | |
parent | 17f50de9c561c4bae6401ebc2edad9d75ff096c9 (diff) | |
download | lynx-snapshots-52b82fac17962f62bfab7dbb43381a6b51d356d9.tar.gz |
snapshot of project "lynx", label v2-8-4pre_4
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r-- | WWW/Library/Implementation/SGML.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index 8b5eb2e0..6497f8ea 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -3649,6 +3649,8 @@ top1: break; case S_equals: /* After attr = */ + if (WHITE(c)) + break; /* Before attribute value */ if (c == '>') { /* End of tag */ CTRACE((tfp, "SGML: found = but no value\n")); #ifdef USE_PRETTYSRC |