From dbc2b81a2e5c90d5f0e8e987b87a6c659bf6ed70 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 9 Jul 2001 19:02:59 +0000 Subject: Fix the big black line down the middle bug svn path=/trunk/; revision=10927 --- my-evolution/ChangeLog | 5 +++++ my-evolution/e-summary-rdf.c | 1 + 2 files changed, 6 insertions(+) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 2974da63ce..deb5c70ba6 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2001-07-09 Iain Holmes + + * e-summary-rdf.c (tree_walk): Fix HTML so it doesn't give the big black + line + 2001-07-09 Iain Holmes * e-summary-tasks.c (generate_html): Fix same HTML bug as in calendar. diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c index 435268df04..dee5077bda 100644 --- a/my-evolution/e-summary-rdf.c +++ b/my-evolution/e-summary-rdf.c @@ -247,6 +247,7 @@ tree_walk (xmlNodePtr root, g_string_append (html, ""); if (r->shown == FALSE) { + g_string_append (html, ""); return; } -- cgit