Author: jmb
Date: Thu Aug 24 21:02:37 2006
New Revision: 2893
URL:
http://svn.semichrome.net?rev=2893&view=rev
Log:
Stop rendering of iframe children; they're for non-iframe supporting UAs
(which isn't us)
Modified:
trunk/netsurf/render/box_construct.c
Modified: trunk/netsurf/render/box_construct.c
URL:
http://svn.semichrome.net/trunk/netsurf/render/box_construct.c?rev=2893&a...
==============================================================================
--- trunk/netsurf/render/box_construct.c (original)
+++ trunk/netsurf/render/box_construct.c Thu Aug 24 21:02:37 2006
@@ -1771,6 +1771,9 @@
content->available_width, 0, false, 0);
free(url);
+
+ *convert_children = false;
+
return ok;
}