1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -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,
* this will be done in some init function, perhaps
* 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)