Add MIME type to Atom feeds' <link rel='self'>

master
Simon McVittie 2008-07-12 15:21:37 +01:00
parent 52cccc6fd4
commit 50ec532bba
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title><TMPL_VAR TITLE></title>
<link href="<TMPL_VAR PAGEURL>"/>
<link href="<TMPL_VAR FEEDURL>" rel="self"/>
<link href="<TMPL_VAR FEEDURL>" rel="self" type="application/atom+xml"/>
<author>
<TMPL_IF NAME="AUTHOR">
<name><TMPL_VAR AUTHOR></name>