diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-02-17 13:46:18 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-02-21 00:24:36 +0100 | 
| commit | 66cacd053ba900c8eb3b7962027370c84a97f990 (patch) | |
| tree | 9ccd8202204bf556a186ba1520a6c767756855bf /ui-repolist.c | |
| parent | Make snapshot feature configurable (diff) | |
| download | cgit-66cacd053ba900c8eb3b7962027370c84a97f990.tar.gz cgit-66cacd053ba900c8eb3b7962027370c84a97f990.tar.bz2 cgit-66cacd053ba900c8eb3b7962027370c84a97f990.zip | |
Layout update
Diffstat (limited to '')
| -rw-r--r-- | ui-repolist.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/ui-repolist.c b/ui-repolist.c index 011ec95..2ce0d6a 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -16,7 +16,6 @@ void cgit_print_repolist(struct cacheitem *item)  	cgit_print_docstart(cgit_root_title, item);  	cgit_print_pageheader(cgit_root_title, 0); -	html("<h2>Repositories</h2>\n");  	html("<table class='list nowrap'>");  	html("<tr class='nohover'>"  	     "<th class='left'>Name</th>" | 
