Update of /cvsroot/curl/curl-www
In directory labb.contactor.se:/tmp/cvs-serv21423
Modified Files:
last20threads.pl
Log Message:
fixed bad <td> tag that confused IE
Index: last20threads.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/last20threads.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- last20threads.pl 19 Dec 2004 23:32:40 -0000 1.3
+++ last20threads.pl 21 Dec 2004 16:50:56 -0000 1.4
@@ -108,7 +108,7 @@
$subj = substr($subj, 0, 50)."...";
}
- my $subjectline=sprintf("<tr class=\"%s\"><td<a
href=\"%s\">%s</a></td>\n",
+ my $subjectline=sprintf("<tr class=\"%s\"><td><a
href=\"%s\">%s</a></td>\n",
$line,
file2url($_),
$subj?$subj:"(no subject)");
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
|