summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box.c2
1 files changed, 1 insertions, 1 deletions
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);