--- clickmap.c 2007-11-23 23:06:05.000000000 +0100 +++ clickmap.c 2008-07-05 00:40:43.146916100 +0200 @@ -187,8 +187,8 @@ fprintf( fp, "\n", titles[i], targetstr ); - else fprintf( fp, "%s >\n", targetstr ); + if( titles[i] != NULL ) fprintf( fp, "title=\"%s\" alt=\"%s\" %s />\n", titles[i], titles[i], targetstr ); + else fprintf( fp, "alt=\"\" %s />\n", targetstr ); } }