From 5be76c5f3ee3bded84f52302b4e48d225122cd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 17 Sep 1997 20:26:24 -0700 Subject: [PATCH] syntax error fixed Rev: tutorial/Wmml.pmod:1.6 --- tutorial/Wmml.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Wmml.pmod b/tutorial/Wmml.pmod index 33f1e45fcb..fd8ff9aa20 100644 --- a/tutorial/Wmml.pmod +++ b/tutorial/Wmml.pmod @@ -500,7 +500,7 @@ SGML make_concrete_wmml(SGML data) ({ 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})), " - ", -- GitLab