gitweb: Fix git_patchset_body not closing <div class="patch">
commit0bdb28c9ccd85b1c606664154b6f6d39a4c315fd
authorJakub Narebski <jnareb@gmail.com>
Tue, 9 Jan 2007 23:07:43 +0000 (10 00:07 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Jan 2007 00:23:39 +0000 (9 16:23 -0800)
treec471e1480d0756855d85d9f066fd8cc97ba4df13
parent03d311eda2d8c2d23855b9d3e904c7648925ab56
gitweb: Fix git_patchset_body not closing <div class="patch">

Fix case when git_patchset_body didn't close <div class="patch">,
for patchsets with last patch empty.

This patch also removes some commented out code in git_patchset_body.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl