From 1975b5cd1aa6290f1e42d5ea3bdf141566080769 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Sep 2003 23:36:34 +0000 Subject: [project @ 2003-09-27 23:36:34 by bursa] Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324 --- render/box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') diff --git a/render/box.c b/render/box.c index 0c67fa8df..8d87eca23 100644 --- a/render/box.c +++ b/render/box.c @@ -479,7 +479,7 @@ struct css_style * box_get_style(struct content ** stylesheet, for (i = 0; i != stylesheet_count; i++) { if (stylesheet[i] != 0) { assert(stylesheet[i]->type == CONTENT_CSS); - css_get_style(stylesheet[i], selector, depth, style_new); + css_get_style(stylesheet[i], n, style_new); } } css_cascade(style, style_new); -- cgit v1.2.3