Removed unnecessary internal style

This commit is contained in:
Sarven Capadisli 2010-01-06 11:31:06 +01:00
parent c95114ea02
commit d7e2a29498
1 changed files with 1 additions and 2 deletions

View File

@ -62,9 +62,8 @@ class RecaptchaPlugin extends Plugin
function onEndRegistrationFormData($action)
{
$action->style('#recaptcha_area{float:left;}');
$action->elementStart('li');
$action->raw('<label for="recaptcha_area">Captcha</label>');
$action->raw('<label for="recaptcha">Captcha</label>');
if($this->checkssl() === true) {
$action->raw(recaptcha_get_html($this->public_key), null, true);
} else {