Re: BGSOUND is not an inline element

| [...in tags.c]

|     "bgsound",    VERS_MICROSOFT, (CM_INLINE|CM_EMPTY), ParseInline, null,
| 
| is wrong and should be corrected to
| 
|     "bgsound",    VERS_MICROSOFT, (CM_HEAD|CM_EMPTY), ParseInline, null,

"bgsound",    VERS_MICROSOFT, (CM_HEAD|CM_EMPTY), null, null,

of cause.

damn copy & paste :(

Received on Friday, 6 August 1999 18:34:30 UTC