Fix the URL link for the calendar
svn path=/trunk/; revision=11485
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-07-30 Iain Holmes <iain@ximian.com>
|
||||
|
||||
* e-sumary-calendar.c (generate_html): Correct the URL for the links.
|
||||
|
||||
2001-07-27 Iain Holmes <iain@ximian.com>
|
||||
|
||||
* Locations: Add some more German cities from s.kost@webmacher.de.
|
||||
|
||||
@ -232,7 +232,7 @@ generate_html (gpointer data)
|
||||
|
||||
tmp = g_strdup_printf ("<img align=\"middle\" src=\"es-appointments.png\" "
|
||||
"alt=\"\" width=\"16\" height=\"16\">   "
|
||||
"<font size=\"-1\"><a href=\"#\">%s, %s</a></font><br>",
|
||||
"<font size=\"-1\"><a href=\"evolution:/local/Calendar\">%s, %s</a></font><br>",
|
||||
start_str, text.value);
|
||||
g_free (start_str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user