]> git.mjollnir.org Git - s9y.git/commitdiff
Use proper application header, thanks to Boris.
authorgarvinhicking <garvinhicking>
Tue, 24 Jan 2006 17:07:10 +0000 (17:07 +0000)
committergarvinhicking <garvinhicking>
Tue, 24 Jan 2006 17:07:10 +0000 (17:07 +0000)
templates/default/feed_atom1.0.tpl

index a05e63453996e97c2298b41dec39b7e08f000fe8..5106bb8c87193a72bd5ec16af4797fd735fc483f 100644 (file)
@@ -8,7 +8,7 @@
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/">
-    <link href="{$self_url}" rel="self" title="{$metadata.title}" type="application/x.atom+xml" />
+    <link href="{$self_url}" rel="self" title="{$metadata.title}" type="application/atom+xml" />
     <link href="{$serendipityBaseURL}"                        rel="alternate"    title="{$metadata.title}" type="text/html" />
     <link href="{$serendipityBaseURL}rss.php?version=2.0"     rel="alternate"    title="{$metadata.title}" type="application/rss+xml" />
     <title type="html">{$metadata.title}</title>