diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_status.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 840258b3..9c9022b8 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -119,9 +119,9 @@ if($config['installedpackages']['carp']['config'] <> "") if(isset($carp['premption'])) $premption = "true"; else $premption = "false"; // if($synciface <> "") $sync_status = get_pfsync_interface_status($synciface); echo "<tr>"; - echo "<td class=\"listlr\"><center>" . $carp_int . "</td>"; - echo "<td class=\"listlr\"><center>" . $ipaddress . "</td>"; - echo "<td class=\"listlr\"><center>" . $status . "</td>"; + echo "<td class=\"listlr\"><center>" . $carp_int . " </td>"; + echo "<td class=\"listlr\"><center>" . $ipaddress . " </td>"; + echo "<td class=\"listlr\"><center>" . $status . " </td>"; echo "</tr>"; } |