author | Michael Krelin <hacker@klever.net> | 2011-03-27 11:46:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-08-16 10:42:18 (UTC) |
commit | cd78c8843191fa1c62cd0e226d96ed555d4b52e8 (patch) (unidiff) | |
tree | 8e3ab49986dac12276668644f0a8ab25763ceefb | |
parent | 654ebb55d4e436ad145061ffb87111cbfcd88565 (diff) | |
download | cgit-cd78c8843191fa1c62cd0e226d96ed555d4b52e8.zip cgit-cd78c8843191fa1c62cd0e226d96ed555d4b52e8.tar.gz cgit-cd78c8843191fa1c62cd0e226d96ed555d4b52e8.tar.bz2 |
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | ui-atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ void add_entry(struct commit *commit, char *host) | |||
62 | html("'/>\n"); | 62 | html("'/>\n"); |
63 | } | 63 | } |
64 | htmlf("<id>%s</id>\n", hex); | 64 | htmlf("<id>%s</id>\n", hex); |
65 | html("<content type='text'>\n"); | 65 | html("<content type='text'>"); |
66 | html_txt(info->msg); | 66 | html_txt(info->msg); |
67 | html("</content>\n"); | 67 | html("</content>\n"); |
68 | html("<content type='xhtml'>\n"); | 68 | html("<content type='xhtml'>\n"); |