about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation
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/Implementation
parent17f50de9c561c4bae6401ebc2edad9d75ff096c9 (diff)
downloadlynx-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.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
'n159' href='#n159'>159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213