mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00: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:
parent
9e264adfb1
commit
640f89ef61
@ -1,3 +1,8 @@
|
||||
Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* HTMLparser.c: fix definition for <embed> to avoid error
|
||||
when saving back, patch from Stefan Behnel fixing 495213
|
||||
|
||||
Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* parser.c: applied patch from Christian Schmidt fixing a
|
||||
|
@ -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 ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user