2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-31 06:15:08 +00:00

Merge branch 'stable'

This commit is contained in:
Lars Hjemli
2009-01-06 21:51:09 +01:00
2 changed files with 5 additions and 3 deletions

View File

@@ -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");
}