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:
parent
d4f280d325
commit
9b93936564
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user