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 c806297cb..9950eb421 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -1656,6 +1656,7 @@ bool box_frameset(BOX_SPECIAL_PARAMS)
if (convert_children)
*convert_children = false;
/* And ignore this spurious frameset */
+ box->style->display = CSS_DISPLAY_NONE;
return true;
}