[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
janinedog.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=718
Remove stray </td> in core2
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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'>>></a>"; --------------------------------------------------------------------------------