svn path=/trunk/; revision=11240
This commit is contained in:
Iain Holmes
2001-07-19 21:45:46 +00:00
parent 400b130060
commit 01e51e6eb2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-19 Iain Holmes <iain@ximian.com>
* e-summary-rdf.c (display_doc): Fix HTML
2001-07-19 Iain Holmes <iain@ximian.com>
* e-summary-mail.c (folder_gen_html): correct the folder name.

View File

@ -308,7 +308,7 @@ display_doc (RDF *r)
"width=\"48\" height=\"48\"><b>");
if (r->cache == NULL) {
g_string_append (html, _("There was an error downloading news feed</dt>"));
g_string_append (html, _("There was an error downloading news feed</b></dt>"));
} else {
tree_walk (r->cache->root, r, html);
}