ui-tree.c: do not add blank line when displaying blobs

Also, fix a related bug in the test-suite.

Noticed-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2009-01-06 21:37:23 +01:00
والد 03afc5fe1f
کامیت f3c99cf1ce
2فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده

مشاهده پرونده

@ -54,8 +54,10 @@ static void print_object(const unsigned char *sha1, char *path)
}
idx++;
}
htmlf(linefmt, ++lineno);
html_txt(buf + start);
if (start < idx) {
htmlf(linefmt, ++lineno);
html_txt(buf + start);
}
html("</td></tr>\n");
html("</table>\n");
}