mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[blockquote] Does not crash for me, but does not show > . Still broken. Refs #112
This commit is contained in:
parent
b4045ef864
commit
409a7ebea4
@ -338,7 +338,7 @@ draw_blockquote_chars(struct part *part, int y, struct html_context *html_contex
|
|||||||
int x = par_format.orig_leftmargin;
|
int x = par_format.orig_leftmargin;
|
||||||
struct screen_char *const schar = get_format_screen_char(html_context, 0);
|
struct screen_char *const schar = get_format_screen_char(html_context, 0);
|
||||||
|
|
||||||
if (y > part->box.height) {
|
if (y >= part->box.height) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user