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; }