mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[tables] Temporarily disable tables rendering
This commit is contained in:
parent
ebc557f096
commit
3af2c6f2d9
@ -3812,7 +3812,7 @@ tags_html_table(struct source_renderer *renderer, void *no, unsigned char *attr,
|
||||
{
|
||||
struct html_context *html_context = renderer->html_context;
|
||||
xmlpp::Element *node = no;
|
||||
if (html_context->options->tables
|
||||
if (false && html_context->options->tables
|
||||
&& html_context->table_level < HTML_MAX_TABLE_LEVEL) {
|
||||
format_table(attr, html, eof, end, html_context);
|
||||
ln_break(html_context, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user