diff --git a/ca/manage_certs.php b/ca/manage_certs.php index 990cd10..9d81a56 100644 --- a/ca/manage_certs.php +++ b/ca/manage_certs.php @@ -393,26 +393,26 @@ switch ($stage) { foreach ($db as $rec) { print ' - ' .$rec[status].' + ' . $rec['status'] . ' '.$rec['issued'].' '.$rec['expires'].' - '.$rec['common_name'].' + ' . $rec['common_name'] . ' ' . htvar($rec['email']) . ' - '.htvar($rec['organization']).' - '.htvar($rec['unit']).' - '.htvar($rec['locality']).' - '. + ' . htvar($rec['organization']) . ' + ' . htvar($rec['unit']) . ' + ' . htvar($rec['locality']) . ' + '. 'Display'; if ($rec['status'] == 'Valid') { print ' - '. + ' . 'Download - '. + ' . 'Revoke'; } print ' - '. + ' . 'Renew '; }