forked from GNUsocial/gnu-social
		
	fix license link in registration page
This commit is contained in:
		@@ -428,7 +428,7 @@ class RegisterAction extends Action
 | 
				
			|||||||
        $this->element('input', $attrs);
 | 
					        $this->element('input', $attrs);
 | 
				
			||||||
        $this->text(_('My text and files are available under '));
 | 
					        $this->text(_('My text and files are available under '));
 | 
				
			||||||
        $this->element('a', array('href' => common_config('license', 'url')),
 | 
					        $this->element('a', array('href' => common_config('license', 'url')),
 | 
				
			||||||
                       $config['license']['title']);
 | 
					                       common_config('license', 'title'));
 | 
				
			||||||
        $this->text(_(' except this private data: password, '.
 | 
					        $this->text(_(' except this private data: password, '.
 | 
				
			||||||
                      'email address, IM address, phone number.'));
 | 
					                      'email address, IM address, phone number.'));
 | 
				
			||||||
        $this->elementEnd('li');
 | 
					        $this->elementEnd('li');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user