mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
draw_table_caption(): reduce indentation level.
This commit is contained in:
parent
b42c3f5bd2
commit
ac01cbba30
@ -1194,12 +1194,12 @@ draw_table_caption(struct html_context *html_context, struct table *table,
|
||||
0, table->real_width, table->part->document, x, y,
|
||||
NULL, table->link_num);
|
||||
|
||||
if (part) {
|
||||
table->part->cy += part->box.height;
|
||||
table->part->cx = -1;
|
||||
table->part->link_num = part->link_num;
|
||||
mem_free(part);
|
||||
}
|
||||
if (!part) return;
|
||||
|
||||
table->part->cy += part->box.height;
|
||||
table->part->cx = -1;
|
||||
table->part->link_num = part->link_num;
|
||||
mem_free(part);
|
||||
}
|
||||
|
||||
/* This renders tag soup elements that the parser detected while chewing it's
|
||||
|
Loading…
x
Reference in New Issue
Block a user