danf: curl-www/dl mktable.pl,1.14,1.15
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv3675/dl
Modified Files:
mktable.pl
Log Message:
Added a type attribute to the metalink links
Index: mktable.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/mktable.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- mktable.pl 11 Jul 2007 21:51:15 -0000 1.14
+++ mktable.pl 14 Mar 2008 03:05:41 -0000 1.15
@@ -214,7 +214,7 @@
my $metalink;
if($$per{'re'} ne "-") {
$mirror="<a href=\"http://curl.haxx.se/latest.cgi?curl=$$per{'re'}\" title=\"download mirrors\">";
- $metalink="<a href=\"http://curl.haxx.se/metalink.cgi?curl=$$per{'re'}\">" .
+ $metalink="<a href=\"http://curl.haxx.se/metalink.cgi?curl=$$per{'re'}\" type=\"application/metalink+xml\">" .
"<img src=\"/pix/metalink.png\" border=\"0\" alt=\"metalink\" title=\"metalink\"></a>";
}
my $p;