mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Add iframe comment.
svn path=/trunk/netsurf/; revision=10559
This commit is contained in:
parent
c2e7c66ea3
commit
bc9fef0a1a
@ -1678,6 +1678,7 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
|
||||
box->type = BOX_INLINE_BLOCK;
|
||||
assert(box->style);
|
||||
|
||||
/* Showing iframe, so don't show alternate content */
|
||||
if (convert_children)
|
||||
*convert_children = false;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user