--- src/print.c.orig Fri Jun 17 15:45:27 2005 +++ src/print.c Sun Jun 19 12:07:50 2005 @@ -2959,7 +2959,7 @@ i--; fprintf(fp, "\n" "%s%s\n" - "%s\n" + "%s\n" "\n" "\n", lang[MSG_PERIOD], i, lang[MSG_RESORTED], lang[MSG_ARTICLES]); @@ -3029,7 +3029,7 @@ strcat (verbose_period_name, lang[MSG_TO]); strcat (verbose_period_name, end_date); } - fprintf(fp, "%s", + fprintf(fp, "%s", (first) ? " class=\"first\"" : "", (first) ? "" : ""); /* only add a link to the index if it is not empty */ @@ -3040,7 +3040,7 @@ fprintf (fp, "%s", abbr_period_name); if (sd->count > 0) fprintf (fp, ""); - fprintf (fp, ""); + fprintf (fp, ""); if (first) first = FALSE; started_line = 1; @@ -3059,7 +3059,7 @@ } } if (started_line && fp) - fprintf(fp, "%d\n", sd->count); + fprintf(fp, "%d\n", sd->count); } set_dateformat = saved_set_dateformat;