From: Matthias Braun <ma...@braunis.de>

---
 ui-atom.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ui-atom.c b/ui-atom.c
index aa6a188..4d9ba00 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -75,9 +75,6 @@ static void add_entry(struct commit *commit, struct 
commitinfo *info, char *host
        } else {
                htmlf("<id>urn:tag:%s</id>\n", hex);
        }
-       html("<content type='text'>\n");
-       html_txt(info->msg);
-       html("</content>\n");
        html("<content type='xhtml'>\n");
        html("<div xmlns='http://www.w3.org/1999/xhtml'>\n");
        html("<pre>\n");
-- 
1.9.1

_______________________________________________
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to