X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka%2FResource.hs;h=d0d9c4866d06665732ab91344ed96dc87dc2ac2a;hb=f7ff1639d50b827a8ce1e4dd3631ce300ecb3d19;hp=963101ff1f5220b0f562ce61a0c05b5268c62739;hpb=7dc6971beb8a9c9fc36a7275d03abf1f1f7c25e5;p=Rakka.git diff --git a/Rakka/Resource.hs b/Rakka/Resource.hs index 963101f..d0d9c48 100644 --- a/Rakka/Resource.hs +++ b/Rakka/Resource.hs @@ -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" ) ]