1
0
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:
Daniel Veillard
2002-11-22 13:18:30 +00:00
parent d2ff0394f8
commit fee408f5eb
35 changed files with 15979 additions and 11714 deletions

View File

@ -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 " },