Removed unnecessary internal style
This commit is contained in:
parent
c95114ea02
commit
d7e2a29498
|
@ -62,9 +62,8 @@ class RecaptchaPlugin extends Plugin
|
||||||
|
|
||||||
function onEndRegistrationFormData($action)
|
function onEndRegistrationFormData($action)
|
||||||
{
|
{
|
||||||
$action->style('#recaptcha_area{float:left;}');
|
|
||||||
$action->elementStart('li');
|
$action->elementStart('li');
|
||||||
$action->raw('<label for="recaptcha_area">Captcha</label>');
|
$action->raw('<label for="recaptcha">Captcha</label>');
|
||||||
if($this->checkssl() === true) {
|
if($this->checkssl() === true) {
|
||||||
$action->raw(recaptcha_get_html($this->public_key), null, true);
|
$action->raw(recaptcha_get_html($this->public_key), null, true);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user