diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-10 02:57:14 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-10 02:57:14 +0800 |
commit | d1716cf6d66d51de89747d929c521c5f7465a3d4 (patch) | |
tree | 6bce2f05747ac59dc1ea7276da5a162f7b268009 /my-evolution | |
parent | 1fa540053cdaaee1cbe76685458f98deba14ac00 (diff) | |
download | gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.tar gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.tar.gz gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.tar.bz2 gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.tar.lz gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.tar.xz gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.tar.zst gsoc2013-evolution-d1716cf6d66d51de89747d929c521c5f7465a3d4.zip |
Fix another HTML bug
svn path=/trunk/; revision=10926
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/e-summary-tasks.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 6cf79c79c3..2974da63ce 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,9 @@ 2001-07-09 Iain Holmes <iain@ximian.com> + * e-summary-tasks.c (generate_html): Fix same HTML bug as in calendar. + +2001-07-09 Iain Holmes <iain@ximian.com> + * e-summary-calendar.c (generate_html): Show varying times depending on how soon the appointment is. diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index 2242351a86..963f8bf87b 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -206,7 +206,7 @@ generate_html (gpointer data) } cal_obj_uid_list_free (uids); - g_string_append (string, "</ul>"); + g_string_append (string, "</dd></dl>"); } if (tasks->html) { |