1
0
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:
Micah Cowan 2008-04-22 03:24:09 -07:00
parent 3ac65ef3d4
commit 39af614535

View File

@ -283,7 +283,7 @@ retrieve_tree (const char *start_url)
((dt & TEXTCSS) || css_allowed))
{
descend = true;
is_css = false;
is_css = true;
}
if (redirected)