summaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index 77a97ff6..aac9f189 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -197,6 +197,7 @@ public: //BUG: for now everything is public
/* Variables required after parsing (for page functionality) */
/* -------------------------------------------------------------------*/
lout::misc::SimpleVector<DilloHtmlForm*> *forms;
+ lout::misc::SimpleVector<DilloHtmlInput*> *inputs_outside_form;
lout::misc::SimpleVector<DilloUrl*> *links;
lout::misc::SimpleVector<DilloLinkImage*> *images;
dw::ImageMapsList maps;