From bc9fef0a1a7a45a640d37353f97e72006e1e09b6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Jun 2010 15:15:31 +0000 Subject: Add iframe comment. svn path=/trunk/netsurf/; revision=10559 --- render/box_construct.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3