bagder: curl-www latest.cgi,1.25,1.26
[email protected] Fri, 30 Sep 2005 08:58:22 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv1647
Modified Files:
latest.cgi
Log Message:
modified the table header line
Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- latest.cgi 8 May 2005 22:24:23 -0000 1.25
+++ latest.cgi 30 Sep 2005 08:58:20 -0000 1.26
@@ -246,8 +246,8 @@
print "the following ".($#dl+1)." sites ",
"(<a href=\"#verified\">verified</a> ".&time_ago.")\n";
- print "<table><tr>";
- for(('Flag', 'Where', 'Proto', 'Host', 'File')) {
+ print "<table><tr class=\"tabletop\">";
+ for((' ', 'Location', 'Proto', 'Host', 'File')) {
print "<th>$_</th>";
}
print "</tr>\n";