summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-28 13:05:56 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-28 13:05:56 -0400
commit7b244b2a6699977070fc074a179aca6aa63c88b3 (patch)
tree5704ceffe81820cde4e71cf737ce26ee9ddac33a /actions/register.php
parentbd3f393f637c9870dee5a618368105206ad2231a (diff)
get rid of the license label, since it mucks everything else up.
darcs-hash:20080528170556-84dde-5dd6fe94b31e2fb4387f0c7e8775122bd5c4965b.gz
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/register.php b/actions/register.php
index 8ed5706f9..cd0486506 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -131,12 +131,10 @@ class RegisterAction extends Action {
'id' => 'license',
'name' => 'license',
'value' => 'true'));
- common_element_start('label', array('for' => 'license'));
common_text(_t('My text and files are available under '));
common_element('a', array(href => $config['license']['url']),
$config['license']['title']);
common_text(_t(' except this private data: password, email address, IM address, phone number.'));
- common_element_end('label');
common_element_end('p');
common_submit('submit', _t('Register'));
common_element_end('form');