afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-04-08 07:24 am

[dw-free] Stray </td> in core2

[commit: http://hg.dwscoalition.org/dw-free/rev/bfcc53dbe656]

http://bugs.dwscoalition.org/show_bug.cgi?id=718

Remove stray </td> in core2

Patch by [personal profile] janinedog.

Files modified:
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 85a4d6ad2c3e -r bfcc53dbe656 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Wed Apr 08 07:09:58 2009 +0000
+++ b/bin/upgrading/s2layers/core2.s2	Wed Apr 08 07:24:09 2009 +0000
@@ -4091,7 +4091,6 @@ function ItemRange::print() {
             "<a href='$url_of#comments'><b>[$i]</b></a> ";
         }
     }
-    print "</td>";
     var string url_next = $this->url_of($.current + 1);
     if ($.current != $.total) {
         print "<a href='$url_next#comments'>&gt;&gt;</a>";
--------------------------------------------------------------------------------