]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
get rid of the license label, since it mucks everything else up.
authorEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:05:56 +0000 (13:05 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:05:56 +0000 (13:05 -0400)
darcs-hash:20080528170556-84dde-5dd6fe94b31e2fb4387f0c7e8775122bd5c4965b.gz

actions/register.php

index 8ed5706f99d9c02ae7e05df8f4951ecff7450b99..cd04865067dfc93e0bf67b0fe2247bc02ce1cdde 100644 (file)
@@ -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');