diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/form.php b/inc/form.php index 8131ec17e..6fdd3a18e 100644 --- a/inc/form.php +++ b/inc/form.php @@ -557,7 +557,7 @@ function form_makeListboxField($name, $values, $selected='', $label=null, $id='' * @author Tom N Harris <tnharris@whoopdedo.org> */ function form_tag($attrs) { - return '<'.$attrs['_tag'].' '.buildAttributes($attrs,true).'/>'; + return '<'.$attrs['_tag'].' '.buildAttributes($attrs).'/>'; } /** |