Skip to content
Snippets Groups Projects
Commit cacf375d authored by Martin Nilsson's avatar Martin Nilsson
Browse files

No attributes to generated manual tag.

Rev: refdoc/presentation/make_html.pike:1.69
parent 3d7a4302
Branches
Tags
No related merge requests found
...@@ -1192,7 +1192,7 @@ int main(int num, array args) { ...@@ -1192,7 +1192,7 @@ int main(int num, array args) {
Node file = Node(XML_ELEMENT, "file", (["name":fn]), 0); Node file = Node(XML_ELEMENT, "file", (["name":fn]), 0);
file->add_child( chap ); file->add_child( chap );
Node top = Node(XML_ELEMENT, "manual", (["manual":"something"]), 0); Node top = Node(XML_ELEMENT, "manual", ([]), 0);
top->add_child( file ); top->add_child( file );
n = top; n = top;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment