aboutsummaryrefslogtreecommitdiff
path: root/ui-summary.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui-summary.c b/ui-summary.c
index 42f4300..ff3ed4d 100644
--- a/ui-summary.c
+++ b/ui-summary.c
@@ -129,10 +129,8 @@ static void cgit_print_tags()
void cgit_print_summary()
{
html("<h2>");
- html(cgit_repo->name);
- html("</h2><h3>");
- html(cgit_repo->desc);
- html("</h3>");
+ html_txt("Repo summary page");
+ html("</h2>");
html("<table class='list nowrap'>");
cgit_print_branches();
html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");