Layout update

Este commit está contenido en:
Lars Hjemli
2007-02-17 13:46:18 +01:00
padre ac70cb4795
commit 66cacd053b
Se han modificado 9 ficheros con 131 adiciones y 36 borrados

Ver fichero

@@ -124,7 +124,6 @@ void cgit_print_diff(const char *old_hex, const char *new_hex)
get_sha1(old_hex, sha1);
get_sha1(new_hex, sha2);
html("<h2>diff</h2>\n");
html("<table class='diff'><tr><td>");
run_diff(sha1, sha2);
html("</td></tr></table>");