diff options
author | Michael Tänzer <neo@nhng.de> | 2012-02-08 00:31:06 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-02-08 00:31:06 +0100 |
commit | 453ad50dc25092fd99fed58147168056580db05a (patch) | |
tree | 7ed8052e1f60b4eab0bdc1531ab74d7222b3e21a /pages/account | |
parent | 56cff58b4856066a83c7ee1a649c0e2d26e17173 (diff) | |
download | cacert-devel-453ad50dc25092fd99fed58147168056580db05a.tar.gz cacert-devel-453ad50dc25092fd99fed58147168056580db05a.tar.xz cacert-devel-453ad50dc25092fd99fed58147168056580db05a.zip |
bug 1011: Move HTML markup out of the translationbug-1011
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/account')
-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 8391903..6e0e343 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -65,7 +65,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> |