Fixed broken display with 'preview attachments = 0'

SVN revision: 2178
This commit is contained in:
2009-02-27 16:18:44 +00:00
parent 9f315ec1e1
commit e759939aaf
+1 -1
View File
@@ -11349,7 +11349,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
}
}
if (thumb_status)
if (thumb_status && display_inline)
rsprintf("</td></tr></table>\n");
}