mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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;
|
||||
struct screen_char *const schar = get_format_screen_char(html_context, 0);
|
||||
|
||||
if (y > part->box.height) {
|
||||
if (y >= part->box.height) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user