summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoWXrefAttr.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/madore/damlengine/TodoWXrefAttr.java')
-rw-r--r--org/madore/damlengine/TodoWXrefAttr.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org/madore/damlengine/TodoWXrefAttr.java b/org/madore/damlengine/TodoWXrefAttr.java
index 5065465..bb1c861 100644
--- a/org/madore/damlengine/TodoWXrefAttr.java
+++ b/org/madore/damlengine/TodoWXrefAttr.java
@@ -38,6 +38,8 @@ public class TodoWXrefAttr extends TodoAttr {
= ctx.doc.createAttributeNS(DamlEngine.DAML_NS, "d:wref");
newAttr.setValue(target);
this.owner.setAttributeNodeNS(newAttr);
+ // Force linking to the month page.
+ this.owner.setAttributeNS(DamlEngine.DAML_NS, "d:wrefcat", "@month");
this.ownerDeque.registerAtStart(new TodoWrefAttr(newAttr, this.owner,
this.ctx, this));
} else {