X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/601c76eb15a298ac9529f4dded5dd4297b9c3768..2915483ef6c9c29ac1493e6945688bb62f7825b4:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index bd34cc3..9ec646b 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -352,13 +352,13 @@ 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))); html("\n"); html(cgit_doctype); - html("\n"); + html("\n"); html("
\n"); html("