From 06f6678ad24551ae2c66c3d9db0cbfa6fff6497a Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Fri, 9 Sep 2011 17:45:16 +0200 Subject: Put title attributes on category links. --- org/madore/damlengine/TodoCategories.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org/madore/damlengine/TodoCategories.java') diff --git a/org/madore/damlengine/TodoCategories.java b/org/madore/damlengine/TodoCategories.java index 3219e82..cc104e8 100644 --- a/org/madore/damlengine/TodoCategories.java +++ b/org/madore/damlengine/TodoCategories.java @@ -45,6 +45,8 @@ public final class TodoCategories extends TodoElement { String target1URL = ((ctx.gc.uriToTop==null)?"":(ctx.gc.uriToTop+"weblog/")) + cat + ".html"; a1.setAttributeNS(null, "href", target1URL); + a1.setAttributeNS(null, "title", + TodoWeblogSelectionElement.categoryName(cat, lang)); p.appendChild(a1); a1.appendChild(ctx.doc.createTextNode(cat)); p.appendChild(ctx.doc.createTextNode("(")); -- cgit v1.2.3