danf: curl-www/dl mktable.pl,1.12,1.13
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv5849
Modified Files:
mktable.pl
Log Message:
Describe the mirror links with an title
Index: mktable.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/mktable.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mktable.pl 8 Mar 2007 20:57:39 -0000 1.12
+++ mktable.pl 11 Jul 2007 17:48:38 -0000 1.13
@@ -213,7 +213,7 @@
my $mirror;
my $metalink;
if($$per{'re'} ne "-") {
- $mirror="<a href=\"http://curl.haxx.se/latest.cgi?curl=$$per{'re'}\">";
+ $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'}\">" .
"<img src=\"/pix/metalink.png\" border=\"0\" alt=\"metalink\" title=\"metalink\"></a>";
}