Stop rendering of iframe children; they're for non-iframe supporting UAs

(which isn't us)

svn path=/trunk/netsurf/; revision=2893
This commit is contained in:
John Mark Bell 2006-08-24 20:02:37 +00:00
parent 9370006a4c
commit 978637a134
1 changed files with 3 additions and 0 deletions

View File

@ -1771,6 +1771,9 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
content->available_width, 0, false, 0);
free(url);
*convert_children = false;
return ok;
}