summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2011-09-10 23:52:45 +0200
committerDavid A. Madore <david+git@madore.org>2011-09-10 23:52:50 +0200
commitb141f1e97992030303bbdc94375c460eaa67f281 (patch)
tree59a4e13e1eaffccdc7de20deaf7bbfee2691be5f
parent9a606212cbfd62bcaf24ff1820668f0439ef5acf (diff)
downloaddamlengine-b141f1e97992030303bbdc94375c460eaa67f281.tar.gz
damlengine-b141f1e97992030303bbdc94375c460eaa67f281.tar.bz2
damlengine-b141f1e97992030303bbdc94375c460eaa67f281.zip
Actually remove the rel="author" attribute on link to site root.
This is a kind of bugware for Google which seems to see only the first rel="author" link and wants it to be a Google+ profile (the other option is to use rel="me", but I'm not too happy about that one).
-rw-r--r--org/madore/damlengine/TodoFooter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/madore/damlengine/TodoFooter.java b/org/madore/damlengine/TodoFooter.java
index 215d5b7..1744efb 100644
--- a/org/madore/damlengine/TodoFooter.java
+++ b/org/madore/damlengine/TodoFooter.java
@@ -30,7 +30,7 @@ public final class TodoFooter extends TodoElement {
a.setAttributeNS(null, "href",
(ctx.gc.uriToTop==null)?"http://www.madore.org/~david/"
:ctx.gc.uriToTop);
- a.setAttributeNS(null, "rel", "author");
+ // a.setAttributeNS(null, "rel", "author");
addr.appendChild(a);
a.appendChild(ctx.doc.createTextNode("David Madore"));
addr.appendChild(ctx.doc.createTextNode(" ("));