mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-10 11:34:19 +03:00
Fix frameset processing.
svn path=/trunk/netsurf/; revision=13875
This commit is contained in:
parent
a018a75d67
commit
cc35563f2b
@ -2189,6 +2189,9 @@ bool box_create_frameset(struct content_html_frames *f, dom_node *n,
|
||||
|
||||
dom_node_unref(c);
|
||||
c = next;
|
||||
} else {
|
||||
/* Got a FRAME or FRAMESET element */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user