diff options
author | INOPIAE <inopiae@cacert.org> | 2012-11-13 23:05:00 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-11-13 23:05:00 +0100 |
commit | c1fed4ce8bb0a08d1cba6ba0a95a4ecd3eff6ddb (patch) | |
tree | 22169d39b94c112c8a8afa59ffec5d2691c5b776 /pages | |
parent | ea3255b7f1314d521f16150c08c1827dd7592b02 (diff) | |
download | cacert-devel-c1fed4ce8bb0a08d1cba6ba0a95a4ecd3eff6ddb.tar.gz cacert-devel-c1fed4ce8bb0a08d1cba6ba0a95a4ecd3eff6ddb.tar.xz cacert-devel-c1fed4ce8bb0a08d1cba6ba0a95a4ecd3eff6ddb.zip |
bug 1114:Changed ahref to %sbug-1114
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/40.php | 2 | ||||
-rw-r--r-- | pages/index/11.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index b1e4fbf..4877d79 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -65,7 +65,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s </form> <p><b><?=_("Security Issues")?></b></p> -<p><? sprintf(_("Please use any of the following ways to report security ". +<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."), diff --git a/pages/index/11.php b/pages/index/11.php index 62d9903..01eca3a 100644 --- a/pages/index/11.php +++ b/pages/index/11.php @@ -65,7 +65,7 @@ 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 support@cacert.org. You can file a bugreport on %s and mark it as private."),"<a href='https://bugs.cacert.org/'>bugs.cacert.org</a>")?></p> <script type="text/javascript"> <!-- |