summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index a0058ae6c..4dfb54c05 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -1771,6 +1771,9 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
content->available_width, 0, false, 0);
free(url);
+
+ *convert_children = false;
+
return ok;
}