diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:20:52 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:20:52 -0700 |
commit | 7015948357f91e79bb10595cd7c6bc2513d0863e (patch) | |
tree | d272757f1dc1e38426eeea80399b6313ea247adc /modules/recaptcha/helpers/recaptcha.php | |
parent | 74e204b557618520d7bc56266a25d230946f02e7 (diff) | |
parent | e4eedadcbb42e831f9649e6b52bd1ee9bf86f544 (diff) |
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'modules/recaptcha/helpers/recaptcha.php')
-rw-r--r-- | modules/recaptcha/helpers/recaptcha.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/helpers/recaptcha.php b/modules/recaptcha/helpers/recaptcha.php index 501dd972..5ac65661 100644 --- a/modules/recaptcha/helpers/recaptcha.php +++ b/modules/recaptcha/helpers/recaptcha.php @@ -43,7 +43,7 @@ class recaptcha_Core { if (empty($public_key) || empty($private_key)) { site_status::warning( t("reCAPTCHA is not quite ready! Please configure the <a href=\"%url\">reCAPTCHA Keys</a>", - array("url" => url::site("admin/recaptcha"))), + array("url" => html::mark_safe(url::site("admin/recaptcha")))), "recaptcha_config"); } else { site_status::clear("recaptcha_config"); |