diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index cebe778402..c08ca3bbc1 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-30 Iain Holmes + + * e-sumary-calendar.c (generate_html): Correct the URL for the links. + 2001-07-27 Iain Holmes * Locations: Add some more German cities from s.kost@webmacher.de. diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 5e5b730620..33d4f15a39 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -232,7 +232,7 @@ generate_html (gpointer data) tmp = g_strdup_printf ("   " - "%s, %s
", + "%s, %s
", start_str, text.value); g_free (start_str);