about summary refs log tree commit diff stats
path: root/WWW/Library
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2001-07-10 19:48:01 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2001-07-10 19:48:01 -0400
commit52b82fac17962f62bfab7dbb43381a6b51d356d9 (patch)
tree8ed8a20c2c0f7de987630f016da4a4ef1cbefd22 /WWW/Library
parent17f50de9c561c4bae6401ebc2edad9d75ff096c9 (diff)
downloadlynx-snapshots-52b82fac17962f62bfab7dbb43381a6b51d356d9.tar.gz
snapshot of project "lynx", label v2-8-4pre_4
Diffstat (limited to 'WWW/Library')
-rw-r--r--WWW/Library/Implementation/SGML.c2
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