From a0370fee5f257630e4e7735ec67645b19aeb9bb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 13 Dec 1997 22:14:28 +0100
Subject: [PATCH] Now passes title along.

Rev: tutorial/Wmml.pmod:1.13
---
 tutorial/Wmml.pmod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tutorial/Wmml.pmod b/tutorial/Wmml.pmod
index b43883d74f..c23bf10d84 100644
--- a/tutorial/Wmml.pmod
+++ b/tutorial/Wmml.pmod
@@ -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;
 	}
-- 
GitLab