aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-20 11:30:12 +0100
committerSebastian Geerken <devnull@localhost>2014-03-20 11:30:12 +0100
commit350c0ccfe52f20afe7c3db1b33a0cff3292f4214 (patch)
tree14884cf479225347f1667538c6fc7917a9d63d17 /src/html.cc
parentbb2a8131e2e5506edef46f2ecc34f8b05679acf8 (diff)
parent443596beeec3243fdc69f53b1ca57d2810a5f0af (diff)
Merge with main repo.
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 3319b35e..f6233864 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -3258,6 +3258,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);