aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc
index 53eadafe..b6d3e285 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -3257,6 +3257,7 @@ void a_Html_load_stylesheet(DilloHtml *html, DilloUrl *url)
/* Fill a Web structure for the cache query */
int ClientKey;
DilloWeb *Web = a_Web_new(html->bw, url, html->page_url);
+ Web->flags |= WEB_Stylesheet;
if ((ClientKey = a_Capi_open_url(Web, Html_css_load_callback, NULL))) {
++html->bw->NumPendingStyleSheets;
a_Bw_add_client(html->bw, ClientKey, 0);