From 2920bca14adbf145d64754b1ef8e6b888c7995ee Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 9 Apr 2005 09:47:37 +0000 Subject: [project @ 2005-04-09 09:47:36 by bursa] Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. svn path=/import/netsurf/; revision=1608 --- render/form.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/form.h') diff --git a/render/form.h b/render/form.h index 00d8eb565..ceddd96f8 100644 --- a/render/form.h +++ b/render/form.h @@ -33,6 +33,7 @@ struct form { form_method method; /**< Method and enctype. */ struct form_control *controls; /**< Linked list of controls. */ struct form_control *last_control; /**< Last control in list. */ + struct form *prev; /**< Previous form in doc. */ }; /** Type of a struct form_control. */ -- cgit v1.2.3