]> git.pld-linux.org Git - packages/cvsspam.git/blob - cvsspam-filenr.patch
- wordwrap for css .comment class
[packages/cvsspam.git] / cvsspam-filenr.patch
1 --- cvsspam-0.2.11/cvsspam.rb~  2005-02-16 21:00:04.000000000 +0200
2 +++ cvsspam-0.2.11/cvsspam.rb   2005-02-16 21:00:46.000000000 +0200
3 @@ -930,7 +930,7 @@
4  
5    # start the diff output, using the given lines as the 'preamble' bit
6    def start_output(*lines)
7 -    println("<hr /><a name=\"file#{$fileEntries.size+1}\" /><div class=\"file\">")
8 +    println("<hr /><a name=\"file#{$fileEntries.size}\" /><div class=\"file\">")
9      case $file.type
10        when "A"
11          print("<span class=\"pathname\" id=\"added\">")
This page took 0.022891 seconds and 3 git commands to generate.