aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-15 21:15:08 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-15 21:15:08 +0200
commite1af6584d96302fdf531f6e139faaee67f13ff31 (patch)
tree42ffa98f60de02d4921e7b3f75e5e84258d2e685
parentb343bf783ab020b085c3e35b50784414cfcaa695 (diff)
parent23a513baecefc9dd0461362fe4ec6120234ea3d2 (diff)
downloadforums-e1af6584d96302fdf531f6e139faaee67f13ff31.tar
forums-e1af6584d96302fdf531f6e139faaee67f13ff31.tar.gz
forums-e1af6584d96302fdf531f6e139faaee67f13ff31.tar.bz2
forums-e1af6584d96302fdf531f6e139faaee67f13ff31.tar.xz
forums-e1af6584d96302fdf531f6e139faaee67f13ff31.zip
Merge pull request #3038 from prototech/ticket/12530
[ticket/12530] Move style and class to parent <a>.
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html2
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 -->