From e56ae655a0accdf638b44e58be3bd79d91c5e00f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20T=C3=A4nzer?=
Date: Wed, 25 Jul 2012 00:33:35 +0200
Subject: bug 964: Doh, actually print "Step" string
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Michael Tänzer
---
includes/keygen.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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')?>:
+ echo _('Step')?>: