[PATCH 6/8] only one content tag allowed, so remove the text one
zwinkau at kit.edu
zwinkau at kit.edu
Tue Jul 1 09:40:31 CEST 2014
From: Matthias Braun <matze at 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
More information about the CGit
mailing list