bagder: curl-www last20threads.pl,1.11,1.12

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv25411

Modified Files:
	last20threads.pl 
Log Message:
cut off parentheses


Index: last20threads.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/last20threads.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- last20threads.pl	13 May 2005 14:55:11 -0000	1.11
+++ last20threads.pl	13 May 2005 14:57:19 -0000	1.12
@@ -89,17 +89,17 @@
 
     if($start{$s} eq $_) {
         if($numthr > 1) {
-            $thr="($numthr) first";
+            $thr="$numthr first";
         }
         else {
-            $thr="(1)";
+            $thr="1";
         }
     }
     else {
         my $st = $start{$s};      
         my $s = file2url($start{$s});
 
-        $thr = "($numthr)";
+        $thr = "$numthr";
         if($st) {
             $thr .= " <a href=\"$s\">first</a>";
         }

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.