From 010d51107358da385c43a30dcf4f48c6773a60c1 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Sat, 22 Feb 2020 15:09:41 +0100 Subject: [PATCH] Standardise <= --- ca/manage_certs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca/manage_certs.php b/ca/manage_certs.php index b2a2953..a294a6f 100644 --- a/ca/manage_certs.php +++ b/ca/manage_certs.php @@ -256,7 +256,7 @@ case 'renew-form': print "\n" ; print "\n" ; print "\n" ; - for ( $i = 2 ; $i < 6 ; $i++ ) { + for ( $i = 2 ; $i <=5 ; $i++ ) { print "\n" ; }