Fix typo in default html head rss line, and adjust tests.
[matthijs/upstream/blosxom.git] / t / templates / data / head.html
index 47130be0b47a0fe73232e553af7d7e1422865b15..7426227d41899cb3e7dd31df7f534fe335727f16 100644 (file)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
     <head>
-        <link rel="alternate" type="type="application/rss+xml" title="RSS" href="$url/index.rss" />
+        <link rel="alternate" type="application/rss+xml" title="RSS" href="$url/index.rss" />
         <title>$blog_title $path_info_da $path_info_mo $path_info_yr
         </title>
     </head>