HTML
svn path=/trunk/; revision=11240
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user