Fixed wrong </td></tr> when showing attachments in list mode

SVN revision: 1595
This commit is contained in:
Stefan Ritt 2006-01-11 19:31:43 +00:00
parent 2485bc6636
commit ab86f43c0d

View File

@ -14783,9 +14783,6 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
}
}
}
if (n_attachments)
rsprintf("</td></tr>\n");
}
xfree(slist);