diff options
author | Cesar G <prototech91@gmail.com> | 2014-10-15 10:35:13 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-10-15 10:35:13 -0700 |
commit | 23a513baecefc9dd0461362fe4ec6120234ea3d2 (patch) | |
tree | 42ffa98f60de02d4921e7b3f75e5e84258d2e685 | |
parent | b343bf783ab020b085c3e35b50784414cfcaa695 (diff) | |
download | forums-23a513baecefc9dd0461362fe4ec6120234ea3d2.tar forums-23a513baecefc9dd0461362fe4ec6120234ea3d2.tar.gz forums-23a513baecefc9dd0461362fe4ec6120234ea3d2.tar.bz2 forums-23a513baecefc9dd0461362fe4ec6120234ea3d2.tar.xz forums-23a513baecefc9dd0461362fe4ec6120234ea3d2.zip |
[ticket/12530] Move style and class to parent <a>.
PHPBB3-12530
-rw-r--r-- | phpBB/styles/prosilver/template/captcha_recaptcha.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index aa4c756dcb..fee0f7423e 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -29,7 +29,7 @@ </div> </noscript> - <a href="http://www.google.com/intl/{LA_RECAPTCHA_LANG}/policies/" target="_blank"><img class="recaptcha-responsive" style="display: none" alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a> + <a href="http://www.google.com/intl/{LA_RECAPTCHA_LANG}/policies/" target="_blank" class="recaptcha-responsive" style="display: none"><img alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a> </dd> </dl> <!-- ELSE --> |