mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-16 07:21:58 +03:00
fix definition for <embed> to avoid error when saving back, patch from
* HTMLparser.c: fix definition for <embed> to avoid error when saving back, patch from Stefan Behnel fixing 495213 Daniel svn path=/trunk/; revision=3671
This commit is contained in:
@ -711,7 +711,7 @@ html40ElementTable[] = {
|
||||
{ "em", 0, 3, 0, 0, 0, 0, 1, "emphasis",
|
||||
DECL html_inline, NULL, DECL html_attrs, NULL, NULL
|
||||
},
|
||||
{ "embed", 0, 1, 2, 0, 1, 1, 1, "generic embedded object ",
|
||||
{ "embed", 0, 1, 0, 0, 1, 1, 1, "generic embedded object ",
|
||||
EMPTY, NULL, DECL embed_attrs, NULL, NULL
|
||||
},
|
||||
{ "fieldset", 0, 0, 0, 0, 0, 0, 0, "form control group ",
|
||||
|
Reference in New Issue
Block a user