X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/cda7194e300277fbad73595c70ecece02d772190..3845e177e4e0b231efb6fda0ac3cd3a2d8f34d4b:/ui-shared.c?ds=inline diff --git a/ui-shared.c b/ui-shared.c index f9f02bc..7c69f60 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -352,7 +352,7 @@ void cgit_print_age(time_t t, time_t max_relative, char *format) void cgit_print_docstart(char *title, struct cacheitem *item) { - html("Content-Type: text/html; charset=utf-8\n"); + html("Content-Type: text/html; charset=" PAGE_ENCODING "\n"); htmlf("Last-Modified: %s\n", http_date(item->st.st_mtime)); htmlf("Expires: %s\n", http_date(item->st.st_mtime + ttl_seconds(item->ttl))); @@ -473,8 +473,8 @@ void cgit_print_pageheader(char *title, int show_search) html("

\n

navigate

\n"); reporevlink(NULL, "summary", NULL, "menu", cgit_query_head, NULL, NULL); - cgit_log_link("log", NULL, "menu", cgit_query_head, - cgit_query_sha1, NULL, 0, NULL, NULL); + cgit_log_link("log", NULL, "menu", cgit_query_head, NULL, NULL, + 0, NULL, NULL); cgit_tree_link("tree", NULL, "menu", cgit_query_head, cgit_query_sha1, NULL); cgit_commit_link("commit", NULL, "menu", cgit_query_head, @@ -487,9 +487,13 @@ void cgit_print_pageheader(char *title, int show_search) html("

\n

branch

\n"); html("
\n"); add_hidden_formfields(0, 1, cgit_query_page); + html("
"); html("\n"); + html(""); + html("\n"); + html("
"); html("
\n"); html("

\n

search

\n");