summaryrefslogtreecommitdiff
path: root/modules/recaptcha
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-01 23:22:44 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-01 23:22:44 -0600
commitadc7f39f7d1b3cedb0a353b3048e95479df553b0 (patch)
tree503e18f2525b64aa7934005c812ec8427c979a3d /modules/recaptcha
parentbc147d1c6c95c1ba1394f0198d9e5b810071a4ac (diff)
parentd26f9147a000ed907695b5fa593ee9c1d9b3354d (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/recaptcha')
-rw-r--r--modules/recaptcha/views/admin_recaptcha.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php
index 35722be4..0a4b1f8f 100644
--- a/modules/recaptcha/views/admin_recaptcha.html.php
+++ b/modules/recaptcha/views/admin_recaptcha.html.php
@@ -4,7 +4,7 @@
<p>
<?= t("reCAPTCHA is a free CAPTCHA service that helps to digitize books, newspapers and old time radio shows. In order to use it, you need to sign up for a <a href=\"%domain_url\">reCAPTCHA Public/Private Key pair</a>, which is also free. Once registered, the challenge and response strings are evaluated at <a href=\"%recaptcha_url\">recaptcha.net</a> to determine if the form content has been entered by a bot.",
array("domain_url" => $form->get_key_url,
- "recaptcha_url" => html::mark_safe("http://recaptcha.net"))) ?>
+ "recaptcha_url" => html::mark_clean("http://recaptcha.net"))) ?>
</p>
<?= $form ?>