]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Resource.hs
improvements related to RSS feed
[Rakka.git] / Rakka / Resource.hs
index 963101ff1f5220b0f562ce61a0c05b5268c62739..d0d9c4866d06665732ab91344ed96dc87dc2ac2a 100644 (file)
@@ -128,7 +128,7 @@ getEntityType
     where
       extMap :: [(String, MIMEType)]
       extMap = [ ("html", read "application/xhtml+xml")
-               , ( "rdf", read "application/rdf+xml"  )
+               , ( "rdf", read "application/rss+xml"  )
                , ( "xml", read "text/xml"             )
                ]