aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-20 05:45:46 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-20 05:45:46 +0800
commit01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93 (patch)
tree70ab53106e1562907735aa4d8de06ea3cbb6f6d1
parent400b1300609256de46e00e6e1856680a6322d06d (diff)
downloadgsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.gz
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.bz2
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.lz
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.xz
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.tar.zst
gsoc2013-evolution-01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93.zip
HTML
svn path=/trunk/; revision=11240
-rw-r--r--my-evolution/ChangeLog4
-rw-r--r--my-evolution/e-summary-rdf.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 8987f6975f..f99cbf6b30 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,5 +1,9 @@
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.
2001-07-19 Iain Holmes <iain@ximian.com>
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\"><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);
}