mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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;
|
struct html_context *html_context = renderer->html_context;
|
||||||
xmlpp::Element *node = no;
|
xmlpp::Element *node = no;
|
||||||
if (html_context->options->tables
|
if (false && html_context->options->tables
|
||||||
&& html_context->table_level < HTML_MAX_TABLE_LEVEL) {
|
&& html_context->table_level < HTML_MAX_TABLE_LEVEL) {
|
||||||
format_table(attr, html, eof, end, html_context);
|
format_table(attr, html, eof, end, html_context);
|
||||||
ln_break(html_context, 2);
|
ln_break(html_context, 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user