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:31 +0200 Subject: [PATCH 6/8] only one content tag allowed, so remove the text one 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-6-git-send-email-zwinkau@kit.edu> From: Matthias Braun --- 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("urn:tag:%s\n", hex); } - html("\n"); - html_txt(info->msg); - html("\n"); html("\n"); html("
\n"); html("
\n");
-- 
1.9.1