From cd78c8843191fa1c62cd0e226d96ed555d4b52e8 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 27 Mar 2011 11:46:57 +0000 Subject: remove leading newline from the atom feed text content Signed-off-by: Michael Krelin --- diff --git a/ui-atom.c b/ui-atom.c index b218456..c14392e 100644 --- a/ui-atom.c +++ b/ui-atom.c @@ -62,7 +62,7 @@ void add_entry(struct commit *commit, char *host) html("'/>\n"); } htmlf("%s\n", hex); - html("\n"); + html(""); html_txt(info->msg); html("\n"); html("\n"); -- cgit v0.9.0.2