mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[expand] Do not return. Refs #167
This bug was introduced in commit b4045ef864
.
I don't know whether it does not break blockquotes again. No test case.
This commit is contained in:
parent
bf8355dd2b
commit
027d0f9800
@ -362,7 +362,7 @@ expand_lines(struct html_context *html_context, struct part *part,
|
||||
}
|
||||
|
||||
for (line = 0; line < lines; line++) {
|
||||
if (realloc_line(html_context, part->document, Y(y + line), X(x))) return;
|
||||
realloc_line(html_context, part->document, Y(y + line), X(x));
|
||||
|
||||
if (par_elformat.blockquote_level) {
|
||||
draw_blockquote_chars(part, y + line, html_context);
|
||||
|
Loading…
Reference in New Issue
Block a user