Layout update

此提交包含在:
Lars Hjemli
2007-02-17 13:46:18 +01:00
父節點 ac70cb4795
當前提交 66cacd053b
共有 9 個檔案被更改,包括 131 行新增36 行删除

查看文件

@@ -129,8 +129,10 @@ static void cgit_print_tags()
void cgit_print_summary()
{
html("<h2>");
html_txt("Repo summary page");
html("</h2>");
html(cgit_repo->name);
html("</h2><h3>");
html(cgit_repo->desc);
html("</h3>");
html("<table class='list nowrap'>");
cgit_print_branches();
html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");