From: Evan Prodromou Date: Thu, 26 Jun 2008 18:22:31 +0000 (-0400) Subject: move text out of input, into a separate span X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1152a0f6803291db3d905aed47989bcccf9f9f72;p=quix0rs-gnu-social.git move text out of input, into a separate span darcs-hash:20080626182231-34904-e8d139c2a8b5cd07fa0179b0bcf5cd41f1a1217b.gz --- 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