about summary refs log tree commit diff stats
path: root/ui-tree.c
diff options
context:
space:
mode:
authorLars Hjemli2007-02-17 13:46:18 +0100
committerLars Hjemli2007-02-21 00:24:36 +0100
commit66cacd053ba900c8eb3b7962027370c84a97f990 (patch)
tree9ccd8202204bf556a186ba1520a6c767756855bf /ui-tree.c
parentMake snapshot feature configurable (diff)
downloadcgit-66cacd053ba900c8eb3b7962027370c84a97f990.tar.gz
cgit-66cacd053ba900c8eb3b7962027370c84a97f990.zip
Layout update
Diffstat (limited to 'ui-tree.c')
-rw-r--r--ui-tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-tree.c b/ui-tree.c index 1d07e70..b00670e 100644 --- a/ui-tree.c +++ b/ui-tree.c
@@ -66,7 +66,6 @@ void cgit_print_tree(const char *hex, char *path)
66 return; 66 return;
67 } 67 }
68 68
69 html("<h2>Tree content</h2>\n");
70 html_txt(path); 69 html_txt(path);
71 html("<table class='list'>\n"); 70 html("<table class='list'>\n");
72 html("<tr class='nohover'>"); 71 html("<tr class='nohover'>");