diff -ru lorg/WWW/Library/Implementation/SGML.c lgo/WWW/Library/Implementation/SGML.c --- lorg/WWW/Library/Implementation/SGML.c Mon Jan 23 02:16:14 2006 +++ lgo/WWW/Library/Implementation/SGML.c Wed Mar 7 22:09:02 2007 @@ -3521,9 +3521,9 @@ LYUpperCase(string->data); } PUTS(string->data); - if (c == '=') - PUTC('='); - if (c == '=' || c == '>') { + if (c == '=' || c == ' ') + PUTC(c); + if (c == '=' || c == '>' || c == ' ' ) { if (context->current_attribute_number == INVALID) PSRCSTOP(badattr); else