mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-13 09:01:53 +03:00
final touch at closing #87235 </p> end tags need to be generated. this
* HTMLparser.c: final touch at closing #87235 </p> end tags need to be generated. * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html: this change slightly the output of a few tests * doc/*: regenerated Daniel
This commit is contained in:
@ -421,7 +421,7 @@ html40ElementTable[] = {
|
||||
{ "ol", 0, 0, 0, 0, 0, 0, 0, "ordered list " },
|
||||
{ "optgroup", 0, 0, 0, 0, 0, 0, 0, "option group " },
|
||||
{ "option", 0, 1, 0, 0, 0, 0, 0, "selectable choice " },
|
||||
{ "p", 0, 1, 1, 0, 0, 0, 0, "paragraph " },
|
||||
{ "p", 0, 1, 0, 0, 0, 0, 0, "paragraph " },
|
||||
{ "param", 0, 2, 2, 1, 0, 0, 0, "named property value " },
|
||||
{ "pre", 0, 0, 0, 0, 0, 0, 0, "preformatted text " },
|
||||
{ "q", 0, 0, 0, 0, 0, 0, 1, "short inline quotation " },
|
||||
|
Reference in New Issue
Block a user