From 978637a134d19c3b05914d9b2005115347f805b4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 24 Aug 2006 20:02:37 +0000 Subject: Stop rendering of iframe children; they're for non-iframe supporting UAs (which isn't us) svn path=/trunk/netsurf/; revision=2893 --- render/box_construct.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3