summaryrefslogtreecommitdiff
path: root/templates/feedlink.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-01-22 22:35:37 +0000
committerSimon McVittie <smcv@debian.org>2011-01-22 22:35:37 +0000
commit594a9194561ad373a31a7d34c6b5c7a84ec417a0 (patch)
treea0032b56a36a9ca6f77873f8cc6a290e72b95ae7 /templates/feedlink.tmpl
parent44b0cea85f1641f33ccb305f9da6f96e812b84e9 (diff)
parent8ee9eabb1c5314f51641aaec4cb45d5c2d0fa7b8 (diff)
Merge branch 'ready/autoindex-autofile' into HEAD
Diffstat (limited to 'templates/feedlink.tmpl')
-rw-r--r--templates/feedlink.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/feedlink.tmpl b/templates/feedlink.tmpl
index be8637f0f..392871e03 100644
--- a/templates/feedlink.tmpl
+++ b/templates/feedlink.tmpl
@@ -1,8 +1,8 @@
-<div id="feedlink">
+<div class="feedlink">
<TMPL_IF RSSURL>
-<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
+<a class="feedbutton" type="application/rss+xml" rel="alternate" title="<TMPL_VAR RSSDESC>" href="<TMPL_VAR RSSURL>">RSS</a>
</TMPL_IF>
<TMPL_IF ATOMURL>
-<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
+<a class="feedbutton" type="application/atom+xml" rel="alternate" title="<TMPL_VAR ATOMDESC>" href="<TMPL_VAR ATOMURL>">Atom</a>
</TMPL_IF>
</div>