From 8815a42f24032eb1792f924473c344fd3532e974 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Fri, 21 Feb 2020 14:46:21 +0100 Subject: [PATCH] standardise <= --- ca/request_cert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca/request_cert.php b/ca/request_cert.php index 97bf918..ed80685 100644 --- a/ca/request_cert.php +++ b/ca/request_cert.php @@ -321,7 +321,7 @@ default: print "\n" ; print "\n" ; print "\n" ; - for ( $i = 2 ; $i < 6 ; $i++ ) { + for ( $i = 2 ; $i <= 5 ; $i++ ) { print "\n" ; }