html head <html>
 html head     <head>
 html head         <meta http-equiv="content-type" content="text/html;charset=$blog_encoding" />
-html head         <link rel="alternate" type="type="application/rss+xml" title="RSS" href="$url/index.rss" />
+html head         <link rel="alternate" type="application/rss+xml" title="RSS" href="$url/index.rss" />
 html head         <title>$blog_title $path_info_da $path_info_mo $path_info_yr
 html head         </title>
 html head     </head>
 
 
 for my $t (@tests) {
   chomp $t;
+  unlink $t if -l $t;
   print "symlink $DRIVER $t\n"; 
   eval { symlink $DRIVER, $t } or die "symlink $DRIVER, $t failed: $!";
 } 
 
 <html>
     <head>
         <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" />
-        <link rel="alternate" type="type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
+        <link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
         <title>My Weblog   
         </title>
     </head>
 
 <html>
     <head>
         <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" />
-        <link rel="alternate" type="type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
+        <link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
         <title>My Weblog   
         </title>
     </head>
 
 <html>
     <head>
         <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" />
-        <link rel="alternate" type="type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
+        <link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
         <title>My Weblog   
         </title>
     </head>
 
           "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>
 
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
     <head>
-        <link rel="alternate" type="type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
+        <link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost/index.rss" />
         <title>My Weblog   
         </title>
     </head>