diff options
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-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 db7e9e40..03c3ac37 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -3560,12 +3560,14 @@ top1: break; } #ifdef USE_PRETTYSRC +#if 0 /*seems this is not needed. It was causing some LSS style stack underflow -VH*/ /* we are here because this char seemed the beginning of attrname */ if (psrc_view && context->current_attribute_number == INVALID) { PSRCSTOP(badattr); PUTC(' '); } #endif +#endif HTChunkPutc(string, c); context->state = S_attr; /* Get next attribute */ break; |