Korrekter MIME-Type für ATOM-Feed

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1075 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-02-03 00:20:56 +00:00
parent b98694440d
commit 1d73f51c10
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="{$baseurl}favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{$baseurl}news-rss.xml" />
<link rel="alternate" type="application/atom" title="Atom 1.0" href="{$baseurl}news-atom.xml" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{$baseurl}news-atom.xml" />
<link rel="stylesheet" title="Default" type="text/css" href="{$baseurl}style/default.css" />
<link rel="microsummary" title="News Microsummary" type="application/xml" href="{$baseurl}microsummary.xml" />
</xsl:template>