Merge branch 'stable'

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

View File

@ -15,7 +15,7 @@ run_test 'find line 1' '
' '
run_test 'no line 2' ' 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' run_test 'generate foo+bar/tree' 'cgit_url "foo%2bbar/tree" >trash/tmp'

View File

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