diff options
Diffstat (limited to 'org/madore')
| -rw-r--r-- | org/madore/damlengine/TodoFooter.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/org/madore/damlengine/TodoFooter.java b/org/madore/damlengine/TodoFooter.java index 33bd1fc..66f0a9f 100644 --- a/org/madore/damlengine/TodoFooter.java +++ b/org/madore/damlengine/TodoFooter.java @@ -45,7 +45,7 @@ public final class TodoFooter extends TodoElement {  	email.appendChild(ctx.doc.createTextNode("org"));  	addr.appendChild(ctx.doc.createTextNode("|"));  	a = ctx.doc.createElementNS(DamlEngine.XHTML_NS, "a"); -	a.setAttributeNS(null, "href", "https://plus.google.com/113543720848960431456"); +	a.setAttributeNS(null, "href", "https://plus.google.com/+davidamadore");  	a.setAttributeNS(null, "rel", "author");  	addr.appendChild(a);  	a.appendChild(ctx.doc.createTextNode("Google+")); | 
