diff options
| author | PayBas <contact@paybas.com> | 2014-10-15 12:08:55 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-10-15 12:08:55 +0200 |
| commit | 965894a8757e35261d631ec886137432e89244cc (patch) | |
| tree | 9b8237fb1ad67742e36dcced0ea3d8c7054d35b5 /phpBB | |
| parent | 757c67b7d8d4c978cc9da22b5fc4eb1c945a8090 (diff) | |
| download | forums-965894a8757e35261d631ec886137432e89244cc.tar forums-965894a8757e35261d631ec886137432e89244cc.tar.gz forums-965894a8757e35261d631ec886137432e89244cc.tar.bz2 forums-965894a8757e35261d631ec886137432e89244cc.tar.xz forums-965894a8757e35261d631ec886137432e89244cc.zip | |
[ticket/12530] Combine logo and TOS link into one
PHPBB3-12530
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_recaptcha.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index dec999ad5d..aa4c756dcb 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -29,8 +29,7 @@ </div> </noscript> - <img class="recaptcha-responsive" style="display: none" alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"> - <span class="recaptcha-responsive" style="display: none"><a href="http://www.google.com/intl/{LA_RECAPTCHA_LANG}/policies/" target="_blank">Privacy & Terms</a></span> + <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> </dd> </dl> <!-- ELSE --> |
