X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=cgi-bin%2Fcvslog.cgi;fp=cgi-bin%2Fcvslog.cgi;h=49bb105d23840ff7a41f30fd941527448d7007fe;hb=e76468860270327c94d866b722792650ec1c159c;hp=e4fd3422bb2bd981fab06a882e8d8570e4ab7c90;hpb=3d60fca6a727db5720cd3d06e468e64cf0ae5954;p=www.i-scream.org.git diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index e4fd342..49bb105 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -109,7 +109,7 @@ foreach my $module (@modules) { print <<"END";

- $module module + $module module

END @@ -189,7 +189,7 @@ END } $file = escapeHTML($file); print <<"END"; - $file + $file END if($rev =~ /\(([^\s]+)\.(\d+)(.*)\)/) { my $start = $1; @@ -212,7 +212,7 @@ END $other = escapeHTML($other); chomp $other; print <<"END"; - ($startend$other)$ext + ($startend$other)$ext END } else {