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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 0acb9280e..9c5488d9e 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -1629,6 +1629,8 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
iframe->url = talloc_strdup(content, url);
iframe->scrolling = SCROLLING_AUTO;
iframe->border = true;
+
+ /* Add this iframe to the linked list of iframes */
iframe->next = content->data.html.iframe;
content->data.html.iframe = iframe;