diff --git a/lib/util.php b/lib/util.php index 2c2ee4c0c5..a20f64c85f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -329,7 +329,11 @@ function common_checkbox($id, $label, $instructions=NULL, $value='true') if ($value) { $attrs['value'] = htmlspecialchars($value); } - common_element('input', $attrs, $label); + common_element('input', $attrs); + # XXX: use a