diff options
-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 bb5d606..ca46a83 100644 --- a/org/madore/damlengine/TodoFooter.java +++ b/org/madore/damlengine/TodoFooter.java @@ -59,7 +59,7 @@ public final class TodoFooter extends TodoElement { // a.appendChild(ctx.doc.createTextNode("Google+")); addr.appendChild(ctx.doc.createTextNode("|")); a = ctx.doc.createElementNS(DamlEngine.XHTML_NS, "a"); - a.setAttributeNS(null, "href", "https://twitter.com/gro_tsen/"); + a.setAttributeNS(null, "href", "https://twitter.com/gro_tsen"); a.setAttributeNS(null, "rel", "author"); addr.appendChild(a); a.appendChild(ctx.doc.createTextNode("Twitter")); |