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];
|
last_space = &ret[at];
|
||||||
}
|
}
|
||||||
at++;
|
at++;
|
||||||
} else if (content[i] == '>' && line_count < 4) {
|
if (content[i] == '>' && line_count < 4) {
|
||||||
quote_line = 1;
|
quote_line = 1;
|
||||||
ret[at++] = content[i];
|
}
|
||||||
} else {
|
} else {
|
||||||
ret[at++] = content[i];
|
ret[at++] = content[i];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user