diff options
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 0f3299e002..b64408b76b 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -121,13 +121,16 @@ weather_make_html (Weather *w) g_free (s); g_free (temp); +#if 0 g_string_append (string, "<font size=\"-1\">"); uri = g_strdup_printf ("<a href=\"weather://%p\">", w); g_string_append (string, uri); g_free (uri); g_string_append (string, "(More)</a></font></font></blockquote></dd>"); - +#else + g_string_append (string, "</font></blockquote></dd>"); +#endif if (w->html != NULL) { g_free (w->html); } |