From 7d8e8a9d34dc2c7654480c3643729db4d3e83b57 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Tue, 13 Aug 2019 11:34:25 +0200 Subject: Twitter account permalink seems to be without slash at the end. --- org/madore/damlengine/TodoFooter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/madore') 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")); -- cgit v1.2.3