fiddle with word wrap
This commit is contained in:
parent
dd428487fa
commit
da5b512c5f
@ -726,7 +726,7 @@ static char *www_wordwrap(char *content, int cutoff) {
|
||||
}
|
||||
|
||||
if (content[i] == '\r' && content[i+1] != '\r') {
|
||||
if (content[i+1] == ' ' || quote_line == 1) {
|
||||
if (content[i+1] == ' ' || quote_line != 1) {
|
||||
content[at++] = '\r';
|
||||
line_count = 0;
|
||||
quote_line = 0;
|
||||
|
Reference in New Issue
Block a user