mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +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:
@ -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>
|
Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* parser.c: applied patch from Christian Schmidt fixing a
|
* parser.c: applied patch from Christian Schmidt fixing a
|
||||||
|
@ -711,7 +711,7 @@ html40ElementTable[] = {
|
|||||||
{ "em", 0, 3, 0, 0, 0, 0, 1, "emphasis",
|
{ "em", 0, 3, 0, 0, 0, 0, 1, "emphasis",
|
||||||
DECL html_inline, NULL, DECL html_attrs, NULL, NULL
|
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
|
EMPTY, NULL, DECL embed_attrs, NULL, NULL
|
||||||
},
|
},
|
||||||
{ "fieldset", 0, 0, 0, 0, 0, 0, 0, "form control group ",
|
{ "fieldset", 0, 0, 0, 0, 0, 0, 0, "form control group ",
|
||||||
|
Reference in New Issue
Block a user