summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/box_construct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 153bdd75b..0acb9280e 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -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;