]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Recaptcha/RecaptchaPlugin.php
Removed unnecessary internal style
[quix0rs-gnu-social.git] / plugins / Recaptcha / RecaptchaPlugin.php
index db118dbb810dcf5ce946fc5b066e68ef7ff64ecc..3665214f85710c603f811763c78e08a7e7afe5e1 100644 (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 {