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
1 changed files with 1 additions and 1 deletions

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)