diff options
author | Michael Tänzer <neo@nhng.de> | 2012-04-29 00:27:12 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-04-29 00:27:12 +0200 |
commit | 8184d0ab3a41d9caa61b4d731a2fa9748c00b896 (patch) | |
tree | 0bc9218b884b6f8a39342058a7892eafe47785e8 /pages/account/40.php | |
parent | 2f25d338d1f7ffe9b0b1e843fa5650f284b0c52a (diff) | |
parent | 453ad50dc25092fd99fed58147168056580db05a (diff) | |
download | cacert-devel-8184d0ab3a41d9caa61b4d731a2fa9748c00b896.tar.gz cacert-devel-8184d0ab3a41d9caa61b4d731a2fa9748c00b896.tar.xz cacert-devel-8184d0ab3a41d9caa61b4d731a2fa9748c00b896.zip |
Merge branch 'bug-1011' into release
Diffstat (limited to 'pages/account/40.php')
-rw-r--r-- | pages/account/40.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index 499bf4d..fa0c52f 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -74,7 +74,12 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s </form> <p><b><?=_("Security Issues")?></b></p> -<p><?=_("Please use any of the following ways to report security issues: You can use the above contact form for sensitive information. You can email us to support@cacert.org. You can file a bugreport on <a href='https://bugs.cacert.org/'>bugs.cacert.org</a> and mark it as private.")?></p> +<p><? sprintf(_("Please use any of the following ways to report security ". + "issues: You can use the above contact form for sensitive information. ". + "You can email us to %s. You can file a bugreport on %s and mark it as ". + "private."), + "<a href='mailto:support@cacert.org'>support@cacert.org</a>", + "<a href='https://bugs.cacert.org/'>bugs.cacert.org</a>")?></p> <p><b><?=_("Snail Mail")?></b></p> <p><?=_("Alternatively you can get in contact with us via the following methods:")?></p> |