diff options
author | David A. Madore <david+git@madore.org> | 2011-09-10 22:30:51 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2011-09-10 22:30:51 +0200 |
commit | 044bdf36516e89ad3e3d37441443f842c3f396bb (patch) | |
tree | 8e8e64580565dbba122fdf4bba6b0cb8fc5c6e4d /org | |
parent | 06f6678ad24551ae2c66c3d9db0cbfa6fff6497a (diff) | |
download | damlengine-044bdf36516e89ad3e3d37441443f842c3f396bb.tar.gz damlengine-044bdf36516e89ad3e3d37441443f842c3f396bb.tar.bz2 damlengine-044bdf36516e89ad3e3d37441443f842c3f396bb.zip |
Add rel="author" to link in address footer.
Diffstat (limited to 'org')
-rw-r--r-- | org/madore/damlengine/TodoFooter.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/madore/damlengine/TodoFooter.java b/org/madore/damlengine/TodoFooter.java index ece31d4..c9dcf19 100644 --- a/org/madore/damlengine/TodoFooter.java +++ b/org/madore/damlengine/TodoFooter.java @@ -30,6 +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"); addr.appendChild(a); a.appendChild(ctx.doc.createTextNode("David Madore")); addr.appendChild(ctx.doc.createTextNode(" (")); |