summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_crlmanager.php')
-rw-r--r--usr/local/www/system_crlmanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_crlmanager.php b/usr/local/www/system_crlmanager.php
index b66b1ac..41c623d 100644
--- a/usr/local/www/system_crlmanager.php
+++ b/usr/local/www/system_crlmanager.php
@@ -451,7 +451,7 @@ function method_change() {
&nbsp;&nbsp;&nbsp;&nbsp;<?php echo gettext("No Certificates Found for this CRL."); ?>
</td>
<td class="list">&nbsp;</td>
- </td>
+ </tr>
<?php else:
foreach($crl['cert'] as $i => $cert):
$name = htmlspecialchars($cert['descr']);
@@ -488,7 +488,7 @@ function method_change() {
&nbsp;&nbsp;&nbsp;&nbsp;<?php echo gettext("No Certificates Found for this CA."); ?>
</td>
<td class="list">&nbsp;</td>
- </td>
+ </tr>
<?php else: ?>
<tr>
<td class="listlr" colspan="3" align="center">
OpenPOWER on IntegriCloud