From cd78c8843191fa1c62cd0e226d96ed555d4b52e8 Mon Sep 17 00:00:00 2001
From: Michael Krelin <hacker@klever.net>
Date: Sun, 27 Mar 2011 11:46:57 +0000
Subject: remove leading newline from the atom feed text content

Signed-off-by: Michael Krelin <hacker@klever.net>
---
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("<id>%s</id>\n", hex);
-	html("<content type='text'>\n");
+	html("<content type='text'>");
 	html_txt(info->msg);
 	html("</content>\n");
 	html("<content type='xhtml'>\n");
--
cgit v0.9.0.2