projects
/
webgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025b2e6
)
adding header.inc and footer.inc (for skinning)
author
Cillian de Roiste
<cillian.deroiste@gmail.com>
Mon, 21 Jan 2008 21:34:35 +0000
(21:34 +0000)
committer
Cillian de Roiste
<cillian.deroiste@gmail.com>
Mon, 21 Jan 2008 21:34:35 +0000
(21:34 +0000)
src/webgit.c
patch
|
blob
|
history
diff --git
a/src/webgit.c
b/src/webgit.c
index
69e9c47
..
861e219
100644
(file)
--- a/
src/webgit.c
+++ b/
src/webgit.c
@@
-246,9
+246,9
@@
main (int argc, char**argv)
html_attr("id", "errors")
),
error_log
- )
//
,
+ ),
// See TODO header.inc above
-
//
html_include ("/home/cillian/webgit/skins/default/inc/footer.inc"),
+ html_include ("/home/cillian/webgit/skins/default/inc/footer.inc"),
)