--- src/print.c.patched Sun Jun 19 12:20:41 2005 +++ src/print.c Sun Jun 19 12:23:25 2005 @@ -2957,10 +2957,10 @@ with all configurations. */ if (i > 0) i--; - fprintf(fp, "\n" - "%s%s\n" - "%s\n" - "\n" + fprintf(fp, "\n \n" + " %s\n %s\n" + " %s\n" + " \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, " \n %s", (first) ? " class=\"first\"" : "", (first) ? "" : ""); /* only add a link to the index if it is not empty */ @@ -3040,13 +3040,13 @@ fprintf (fp, "%s", abbr_period_name); if (sd->count > 0) fprintf (fp, ""); - fprintf (fp, ""); + fprintf (fp, "\n"); if (first) first = FALSE; started_line = 1; } else { - fprintf(fp, ""); + fprintf(fp, " "); /* only add a link to the index if it is not empty */ if (sd->count > 0) fprintf (fp, "", @@ -3055,11 +3055,11 @@ fprintf (fp, "%s", indextypename[j]); if (sd->count > 0) fprintf (fp, ""); - fprintf (fp, ""); + fprintf (fp, "\n"); } } if (started_line && fp) - fprintf(fp, "%d\n", sd->count); + fprintf(fp, " %d\n \n", sd->count); } set_dateformat = saved_set_dateformat;