diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c index 1a6c127..9ec4be8 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -104,6 +104,10 @@ void cgit_print_pageheader(char *title) | |||
104 | htmlf("<a href='%s'>", cgit_logo_link); | 104 | htmlf("<a href='%s'>", cgit_logo_link); |
105 | htmlf("<img id='logo' src='%s'/>\n", cgit_logo); | 105 | htmlf("<img id='logo' src='%s'/>\n", cgit_logo); |
106 | htmlf("</a>"); | 106 | htmlf("</a>"); |
107 | if (cgit_query_repo) | ||
108 | htmlf("<a href='%s'>", cgit_repourl(cgit_query_repo)); | ||
107 | html_txt(title); | 109 | html_txt(title); |
110 | if (cgit_query_repo) | ||
111 | html("</a>"); | ||
108 | html("</div>"); | 112 | html("</div>"); |
109 | } | 113 | } |