diff --git a/src/elogd.c b/src/elogd.c
index f9ff0025..a760aa89 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -5641,8 +5641,8 @@ PATTERN_LIST pattern_list[] = {
"
| %s: |
"},
{"[quote]",
"
| %s: | | "},
- {"[/quote]\r", " |
"},
- {"[/quote]", " |
"},
+ {"[/quote]\r", "
\r\n"},
+ {"[/quote]", "\r\n"},
{"", ""}
};
@@ -18591,14 +18591,14 @@ int compose_email(LOGBOOK * lbs, char *mail_to, int message_id,
status = sendmail(lbs, smtp_host, mail_from, mail_to, mail_text, error, sizeof(error));
- /*
+/*
{
int fh;
fh = open("mail.html", O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, 0644);
write(fh, mail_text, strlen(mail_text));
close(fh);
}
- */
+*/
if (status < 0) {
sprintf(str, loc("Error sending Email via \"%s\""), smtp_host);