From 186e9834d0bba974d399124505cb831143f049dd Mon Sep 17 00:00:00 2001 From: Cillian de Roiste Date: Mon, 21 Jan 2008 21:57:09 +0000 Subject: [PATCH] adjusting table css (typo) --- src/branch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch.c b/src/branch.c index 318566e..c29cd55 100644 --- a/src/branch.c +++ b/src/branch.c @@ -157,5 +157,5 @@ webgit_branch_table (struct webgit_repo_info* repo, const char* head, int count) for_each_branch_ref (show_branch_ref, &ctx); - return html (html ( html_tag ("table", html_attr ("id", "branch-context"), ctx.table), ctx.cont); + return html (html ( html_tag ("table", html_attr ("id", "branch-context")), ctx.table), ctx.cont); } -- 2.20.1