diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 00:01:53 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 00:01:53 +0000 |
commit | 0a5125675b4165be4c8278edf8d30f33483081fa (patch) | |
tree | 28645856e6915b76104b5110395bd3d5bc89f753 /lib | |
parent | f46fd284e4395a113cdcc6e019d6f1b4b9ef8ff6 (diff) |
Updates to form styling
Diffstat (limited to 'lib')
-rw-r--r-- | lib/htmloutputter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 37853f345..71f17604b 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -204,7 +204,7 @@ class HTMLOutputter extends XMLOutputter } $this->element('input', $attrs); $this->text(' '); - $this->element('label', array('class' => 'checkbox_label', + $this->element('label', array('class' => 'checkbox', 'for' => $id), $label); $this->text(' '); |