diff options
author | Michael Tänzer <neo@nhng.de> | 2012-07-25 00:33:35 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-07-25 00:33:35 +0200 |
commit | e56ae655a0accdf638b44e58be3bd79d91c5e00f (patch) | |
tree | 665383a63595433cca18b8706392b6eb05f14091 | |
parent | 692181bc6f4d5abfe95dda4ef9c2357a9bc20397 (diff) | |
download | cacert-devel-e56ae655a0accdf638b44e58be3bd79d91c5e00f.tar.gz cacert-devel-e56ae655a0accdf638b44e58be3bd79d91c5e00f.tar.xz cacert-devel-e56ae655a0accdf638b44e58be3bd79d91c5e00f.zip |
bug 964: Doh, actually print "Step" string
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | includes/keygen.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/keygen.php b/includes/keygen.php index 414b087..1cb7738 100644 --- a/includes/keygen.php +++ b/includes/keygen.php @@ -75,7 +75,7 @@ if (array_key_exists('HTTP_USER_AGENT',$_SERVER) && // sizes. E.g. if the step is 512 and the minimum is 1024 and // the maximum is 2048, then only 1024, 1536 and 2048 bits may // be specified as key size. - _('Step')?>: <span id="keySizeStep"></span></p> + echo _('Step')?>: <span id="keySizeStep"></span></p> <p style="color:red"><?php printf(_('Please note that RSA key sizes smaller than %d bit '. 'will not be accepted by CAcert.'), |