]> git.pld-linux.org Git - packages/cvsspam.git/commitdiff
- fix anchors numbering
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Feb 2005 19:02:45 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://lists.badgers-in-foil.co.uk/pipermail/cvsspam-devel/2005-January/000255.html

Changed files:
    cvsspam-filenr.patch -> 1.1

cvsspam-filenr.patch [new file with mode: 0644]

diff --git a/cvsspam-filenr.patch b/cvsspam-filenr.patch
new file mode 100644 (file)
index 0000000..2e2071a
--- /dev/null
@@ -0,0 +1,11 @@
+--- cvsspam-0.2.11/cvsspam.rb~ 2005-02-16 21:00:04.000000000 +0200
++++ cvsspam-0.2.11/cvsspam.rb  2005-02-16 21:00:46.000000000 +0200
+@@ -930,7 +930,7 @@
+   # start the diff output, using the given lines as the 'preamble' bit
+   def start_output(*lines)
+-    println("<hr /><a name=\"file#{$fileEntries.size+1}\" /><div class=\"file\">")
++    println("<hr /><a name=\"file#{$fileEntries.size}\" /><div class=\"file\">")
+     case $file.type
+       when "A"
+         print("<span class=\"pathname\" id=\"added\">")
This page took 0.080405 seconds and 4 git commands to generate.