From 7aed0c63e1d5322b4103df4985ec77b70b3931fe Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 7 Aug 2015 13:10:32 +0000 Subject: [PATCH] form : variable typo git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2224 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form.php b/form.php index be4339f..9f8729c 100644 --- a/form.php +++ b/form.php @@ -29,7 +29,7 @@ class form /** The Bootstrap width of the column of titles */ public $titlewidth = 2; /** The Bootstrap width of the column of fields */ - public $fieldswidth = 10; + public $fieldwidth = 10; /** Create a form @param string|null $formName The form name