Add missing mark_clean() for t() calls with %attr parameter.

This commit is contained in:
Andy Staudacher
2009-09-01 12:14:23 -07:00
parent b50d7f0d69
commit 1d30691452
3 changed files with 3 additions and 3 deletions

View File

@@ -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 ?>