Skip to content
Snippets Groups Projects
Commit a0370fee authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now passes title along.

Rev: tutorial/Wmml.pmod:1.13
parent 646e6d96
No related branches found
No related tags found
No related merge requests found
......@@ -735,7 +735,8 @@ SGML low_make_concrete_wmml(SGML data)
tag->pos,res)});
ret+=
({Tag(tag->tag,(["name":fullnames*","]),tag->pos,
({Tag(tag->tag,(["name":fullnames*",",
"title":tag->params->title]),tag->pos,
low_make_concrete_wmml(res))});
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment