diff options
author | Nick White <git@njw.me.uk> | 2010-04-09 16:40:49 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-09 16:40:49 +0100 |
commit | 9f2e4b9e29d0bc80a9b3248d596373b75444d10b (patch) | |
tree | 805c2eb76113bad390629d17118ed29f53d09829 /includes | |
parent | a888e49311cb1a14799b9534cc183c5af2d25bc2 (diff) | |
download | njw-website-9f2e4b9e29d0bc80a9b3248d596373b75444d10b.tar.bz2 njw-website-9f2e4b9e29d0bc80a9b3248d596373b75444d10b.zip |
Ensure to use the correct mime type for n3
Diffstat (limited to 'includes')
-rw-r--r-- | includes/header-index.xml | 4 | ||||
-rw-r--r-- | includes/header.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/header-index.xml b/includes/header-index.xml index bdb218b..1e5119c 100644 --- a/includes/header-index.xml +++ b/includes/header-index.xml @@ -7,8 +7,8 @@ <title>TITLE</title> <link rel="stylesheet" type="text/css" href="/includes/style" /> <link rel="icon" href="/graphics/candles.ico" /> - <link rel="alternate" title="rss" type="application/rdf+n3" href="/rss" /> - <link rel="meta" title="foaf" type="application/rdf+n3" href="/foaf#i" /> + <link rel="alternate" title="rss" type="text/n3" href="/rss" /> + <link rel="meta" title="foaf" type="text/n3" href="/foaf#i" /> <link rel="openid.server" href="http://certifi.ca/_serve" /> <link rel="openid.delegate" href="http://certifi.ca/njw" /> </head> diff --git a/includes/header.xml b/includes/header.xml index 8eae40c..ae28724 100644 --- a/includes/header.xml +++ b/includes/header.xml @@ -7,7 +7,7 @@ <title>TITLE</title> <link rel="stylesheet" type="text/css" href="/includes/style" /> <link rel="icon" href="/graphics/candles.ico" /> - <link rel="alternate" type="application/rdf+xml" href="/rss" /> + <link rel="alternate" title="rss" type="text/n3" href="/rss" /> </head> <body> |