From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwinkau at kit.edu (zwinkau at kit.edu) Date: Tue, 1 Jul 2014 09:40:29 +0200 Subject: [PATCH 4/8] add xml-header to atom-feed In-Reply-To: <1404200433-30081-1-git-send-email-zwinkau@kit.edu> References: <1404200433-30081-1-git-send-email-zwinkau@kit.edu> Message-ID: <1404200433-30081-4-git-send-email-zwinkau@kit.edu> From: Matthias Braun --- ui-atom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-atom.c b/ui-atom.c index 6a6a98b..fdc5cb3 100644 --- a/ui-atom.c +++ b/ui-atom.c @@ -125,6 +125,7 @@ void cgit_print_atom(char *tip, char *path, int max_count, int enable_atom_diff) ctx.page.mimetype = "text/xml"; ctx.page.charset = "utf-8"; cgit_print_http_headers(); + html("\n"); html("\n"); html(""); html_txt(ctx.repo->name); -- 1.9.1