diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index bfcc2ac..d4376ce 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -282,7 +282,7 @@ void cgit_print_docstart(char *title, struct cacheitem *item) | |||
282 | html("<title>"); | 282 | html("<title>"); |
283 | html_txt(title); | 283 | html_txt(title); |
284 | html("</title>\n"); | 284 | html("</title>\n"); |
285 | htmlf("<meta name='generator' content='cgit v%s'/>\n", cgit_version); | 285 | htmlf("<meta name='generator' content='cgit %s'/>\n", cgit_version); |
286 | html("<link rel='stylesheet' type='text/css' href='"); | 286 | html("<link rel='stylesheet' type='text/css' href='"); |
287 | html_attr(cgit_css); | 287 | html_attr(cgit_css); |
288 | html("'/>\n"); | 288 | html("'/>\n"); |