1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

[tables] Temporarily disable tables rendering

This commit is contained in:
Witold Filipczyk 2021-06-28 20:41:23 +02:00
parent ebc557f096
commit 3af2c6f2d9

View File

@ -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);