From dec4e48bd854396fce65b37b06e0ec9f809cff8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 14 Dec 1997 00:03:13 +0100 Subject: [PATCH] Added attribute fullpath to tags method and function. Rev: tutorial/Wmml.pmod:1.14 --- tutorial/Wmml.pmod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/Wmml.pmod b/tutorial/Wmml.pmod index c23bf10d84..2482595634 100644 --- a/tutorial/Wmml.pmod +++ b/tutorial/Wmml.pmod @@ -701,7 +701,8 @@ SGML low_make_concrete_wmml(SGML data) { string fullname; if (name[0..strlen(classbase->query())-1]== - classbase->query()) + classbase->query() || + tag->params->fullpath) fullname=name; else switch(tag->tag) { -- GitLab