mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix typo and let CSS files be parsed.
This commit is contained in:
parent
3ac65ef3d4
commit
39af614535
@ -283,7 +283,7 @@ retrieve_tree (const char *start_url)
|
||||
((dt & TEXTCSS) || css_allowed))
|
||||
{
|
||||
descend = true;
|
||||
is_css = false;
|
||||
is_css = true;
|
||||
}
|
||||
|
||||
if (redirected)
|
||||
|
Loading…
Reference in New Issue
Block a user