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>
Šī revīzija ir iekļauta:
vecāks
03afc5fe1f
revīzija
f3c99cf1ce
@ -15,7 +15,7 @@ run_test 'find line 1' '
|
||||
'
|
||||
|
||||
run_test 'no line 2' '
|
||||
grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp
|
||||
! grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp
|
||||
'
|
||||
|
||||
run_test 'generate foo+bar/tree' 'cgit_url "foo%2bbar/tree" >trash/tmp'
|
||||
|
@ -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");
|
||||
}
|
||||
|
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user