1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[css] Temporarily disabled

This commit is contained in:
Witold Filipczyk 2021-07-10 14:25:27 +02:00
parent d4f280d325
commit 9b93936564

View File

@ -325,6 +325,10 @@ render_xhtml_document(struct cache_entry *cached, struct document *document, str
html_special);
if (!html_context) return;
#ifdef CONFIG_CSS
html_context->options->css_enable = 0;
#endif
if (document) {
struct node *node = mem_alloc(sizeof(*node));