diff --git a/tutorial/Wmml.pmod b/tutorial/Wmml.pmod
index b43883d74fa14aa221a53d24648a7627effcef99..c23bf10d8459b2fab0e54ca734363f75275a66bc 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;
 	}