summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/css.c b/css/css.c
index 15ac9511c..ac988d321 100644
--- a/css/css.c
+++ b/css/css.c
@@ -877,7 +877,7 @@ void css_atimport(struct content *c, struct css_node *node)
fetchcache_go(c->data.css.import_content[i], c->url,
css_atimport_callback, (intptr_t) c, i,
c->width, c->height,
- 0, 0, false);
+ 0, 0, false, c->url);
}
free(url);
@@ -949,7 +949,7 @@ void css_atimport_callback(content_msg msg, struct content *css,
c->url, css_atimport_callback,
(intptr_t) c, i,
css->width, css->height,
- 0, 0, false);
+ 0, 0, false, c->url);
}
break;