round and round we go
This commit is contained in:
parent
788e0a9425
commit
c6b8062782
@ -773,9 +773,9 @@ static char *www_wordwrap(char *content, int cutoff) {
|
||||
last_space = &ret[at];
|
||||
}
|
||||
at++;
|
||||
} else if (content[i] == '>' && line_count < 4) {
|
||||
quote_line = 1;
|
||||
ret[at++] = content[i];
|
||||
if (content[i] == '>' && line_count < 4) {
|
||||
quote_line = 1;
|
||||
}
|
||||
} else {
|
||||
ret[at++] = content[i];
|
||||
}
|
||||
|
Reference in New Issue
Block a user