summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-04-10 01:02:22 +0200
committerINOPIAE <inopiae@cacert.org>2013-04-10 01:02:22 +0200
commit933caa535dc01981771f70efb376ad8655aaed37 (patch)
treefbfa70323996f79d5f921115418c59ce0e47c90a
parent8d5dd58706342416219c846bdb80d4d0554bd475 (diff)
downloadcacert-devel-933caa535dc01981771f70efb376ad8655aaed37.tar.gz
cacert-devel-933caa535dc01981771f70efb376ad8655aaed37.tar.xz
cacert-devel-933caa535dc01981771f70efb376ad8655aaed37.zip
bug 1154: small typo fix
-rw-r--r--pages/index/4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/4.php b/pages/index/4.php
index 19982f6..d5956a5 100644
--- a/pages/index/4.php
+++ b/pages/index/4.php
@@ -25,7 +25,7 @@
?>
<? if($_SESSION['_config']['hostname'] == $_SESSION['_config']['securehostname']) { ?>
-<p><?=sprintf(_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your email/pass phrase to get a new certificate, by clicking on %s'Password Login'%s to the right of your screen."),"<a href='".$_SESSION['_config']['normalhostname']."/index.php?id=4'>", "</a>")?></p>
+<p><?=sprintf(_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your email/pass phrase to get a new certificate, by clicking on %s'Password Login'%s at the right of your screen."),"<a href='".$_SESSION['_config']['normalhostname']."/index.php?id=4'>", "</a>")?></p>
<? } else { ?>
<style>
.box2 {width:100%;text-align:center;}