From 788e0a94254a1111fdf7112f52e02a414527b0a7 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 28 Feb 2018 09:42:10 +1000 Subject: [PATCH] fiddle fiddle fiddle --- src/www_msgs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/www_msgs.c b/src/www_msgs.c index 9e0d13a..897354a 100644 --- a/src/www_msgs.c +++ b/src/www_msgs.c @@ -735,6 +735,10 @@ static char *www_wordwrap(char *content, int cutoff) { content[at++] = ' '; line_count++; } + } else if (quote_line == 1) { + content[at++] = '\r'; + line_count = 0; + quote_line = 0; } } else if (content[i] == '\r' && content[i+1] == '\r') { content[at++] = '\r';