diff options
Diffstat (limited to 'org/madore/damlengine/TodoWXrefAttr.java')
| -rw-r--r-- | org/madore/damlengine/TodoWXrefAttr.java | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/org/madore/damlengine/TodoWXrefAttr.java b/org/madore/damlengine/TodoWXrefAttr.java index dbc5511..130ba53 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 {  | 
