libxml2 r3671 - trunk
- From: veillard svn gnome org
- To: svn-commits-list gnome org
- Subject: libxml2 r3671 - trunk
- Date: Fri, 11 Jan 2008 06:24:09 +0000 (GMT)
Author: veillard
Date: Fri Jan 11 06:24:09 2008
New Revision: 3671
URL: http://svn.gnome.org/viewvc/libxml2?rev=3671&view=rev
Log:
* HTMLparser.c: fix definition for <embed> to avoid error
when saving back, patch from Stefan Behnel fixing 495213
Daniel
Modified:
trunk/ChangeLog
trunk/HTMLparser.c
Modified: trunk/HTMLparser.c
==============================================================================
--- trunk/HTMLparser.c (original)
+++ trunk/HTMLparser.c Fri Jan 11 06:24:09 2008
@@ -711,7 +711,7 @@
{ "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 ",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]