Skip to content
Snippets Groups Projects
Commit 5be76c5f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

syntax error fixed

Rev: tutorial/Wmml.pmod:1.6
parent 9d1c3f8f
No related branches found
No related tags found
No related merge requests found
...@@ -500,7 +500,7 @@ SGML make_concrete_wmml(SGML data) ...@@ -500,7 +500,7 @@ SGML make_concrete_wmml(SGML data)
({ ({
Sgml.Tag("dl",([]),tag->pos, Sgml.Tag("dl",([]),tag->pos,
({ ({
Sgml.Tag("man_title",(["title":upper_case(tag->tag)),tag->pos, Sgml.Tag("man_title",(["title":upper_case(tag->tag)]),tag->pos,
({ ({
Sgml.Tag("tt",([]),tag->pos,({fullname})), Sgml.Tag("tt",([]),tag->pos,({fullname})),
" - ", " - ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment