summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoCategories.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/madore/damlengine/TodoCategories.java')
-rw-r--r--org/madore/damlengine/TodoCategories.java2
1 files changed, 2 insertions, 0 deletions
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("("));