1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Merge commit 'pasky.or.cz/elinks-0.12' into elinks-0.12

This commit is contained in:
Kalle Olavi Niemitalo 2007-09-03 21:04:40 +03:00 committed by Kalle Olavi Niemitalo
commit 16d4e81f1b

View File

@ -138,7 +138,7 @@ init_dom_renderer(struct dom_renderer *renderer, struct document *document,
/* When someone will get here earlier than at 4am, /* When someone will get here earlier than at 4am,
* this will be done in some init function, perhaps * this will be done in some init function, perhaps
* not overriding the user's default stylesheet. */ * not overriding the user's default stylesheet. */
css_parse_stylesheet(css, NULL, styles, styles + sizeof(default_colors) + 1); css_parse_stylesheet(css, NULL, styles, styles + sizeof(default_colors));
} }
if (name) if (name)