about summary refs log tree commit diff
path: root/ui-view.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-02-17 13:46:18 +0100
committerLars Hjemli <hjemli@gmail.com>2007-02-21 00:24:36 +0100
commit66cacd053ba900c8eb3b7962027370c84a97f990 (patch)
tree9ccd8202204bf556a186ba1520a6c767756855bf /ui-view.c
parentMake snapshot feature configurable (diff)
downloadcgit-pink-66cacd053ba900c8eb3b7962027370c84a97f990.tar.gz
cgit-pink-66cacd053ba900c8eb3b7962027370c84a97f990.zip
Layout update
Diffstat (limited to '')
-rw-r--r--ui-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-view.c b/ui-view.c
index 07cd8be..85e223c 100644
--- a/ui-view.c
+++ b/ui-view.c
@@ -32,7 +32,6 @@ void cgit_print_view(const char *hex)
 	}
 
 	buf[size] = '\0';
-	html("<h2>Object content</h2>\n");
 	html("<table class='list'>\n");
 	htmlf("<tr class='nohover'><th class='left'>%s %s, %li bytes</th></tr>\n", type, hex, size);
 	html("<tr><td class='blob'>\n");