projects
/
webgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec5a03
)
adjusting table css (typo)
author
Cillian de Roiste
<cillian.deroiste@gmail.com>
Mon, 21 Jan 2008 21:57:09 +0000
(21:57 +0000)
committer
Cillian de Roiste
<cillian.deroiste@gmail.com>
Mon, 21 Jan 2008 21:57:09 +0000
(21:57 +0000)
src/branch.c
patch
|
blob
|
history
diff --git
a/src/branch.c
b/src/branch.c
index
318566e
..
c29cd55
100644
(file)
--- 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);
}