summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 22:08:51 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 22:08:51 +0000
commit9d384aadb1f27cea85d23c944f787cf300a4389a (patch)
treef5cf2048ce5c28663961dc531767e5a410df8543 /actions/register.php
parent6b23a9ed2f35e487847fe80b588eb3a967aaecb8 (diff)
@id for site_nav_global_primary items in order to target for styling
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php
index f0d47f19b..08243c1e2 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -399,6 +399,7 @@ class RegisterAction extends Action
$this->elementEnd('li');
$attrs = array('type' => 'checkbox',
'id' => 'license',
+ 'class' => 'checkbox',
'name' => 'license',
'value' => 'true');
if ($this->boolean('license')) {