From 01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 19 Jul 2001 21:45:46 +0000 Subject: HTML svn path=/trunk/; revision=11240 --- my-evolution/ChangeLog | 4 ++++ my-evolution/e-summary-rdf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 8987f6975f..f99cbf6b30 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-19 Iain Holmes + + * e-summary-rdf.c (display_doc): Fix HTML + 2001-07-19 Iain Holmes * e-summary-mail.c (folder_gen_html): correct the folder name. diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c index 5fed306fff..5677e5628d 100644 --- a/my-evolution/e-summary-rdf.c +++ b/my-evolution/e-summary-rdf.c @@ -308,7 +308,7 @@ display_doc (RDF *r) "width=\"48\" height=\"48\">"); if (r->cache == NULL) { - g_string_append (html, _("There was an error downloading news feed")); + g_string_append (html, _("There was an error downloading news feed")); } else { tree_walk (r->cache->root, r, html); } -- cgit v1.2.3