summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/openvpn.widget.php
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-08-06 23:46:42 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-08-06 23:46:42 +0100
commit9b50c0ed68c80e59c040d4c11d986f32661d4c47 (patch)
tree7f4122fb336d5ee566a111d42deb8daea8fe6e73 /usr/local/www/widgets/widgets/openvpn.widget.php
parentb05a8f356f3ae9b2ffb8ed71f632c97936737247 (diff)
downloadpfsense-9b50c0ed68c80e59c040d4c11d986f32661d4c47.zip
pfsense-9b50c0ed68c80e59c040d4c11d986f32661d4c47.tar.gz
remove whitespaces from widgets
Diffstat (limited to 'usr/local/www/widgets/widgets/openvpn.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/openvpn.widget.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/widgets/widgets/openvpn.widget.php b/usr/local/www/widgets/widgets/openvpn.widget.php
index 6413353..5c7d756 100644
--- a/usr/local/www/widgets/widgets/openvpn.widget.php
+++ b/usr/local/www/widgets/widgets/openvpn.widget.php
@@ -107,9 +107,9 @@ $clients = openvpn_get_active_clients();
<td class="listhdrr">Real/Virtual IP</td>
</tr>
<?php $rowIndex = 0;
- foreach ($server['conns'] as $conn):
+ foreach ($server['conns'] as $conn):
$evenRowClass = $rowIndex % 2 ? " listMReven" : " listMRodd";
- $rowIndex++;
+ $rowIndex++;
?>
<tr name='<?php echo "r:{$server['mgmt']}:{$conn['remote_host']}"; ?>' class="<?=$evenRowClass?>">
<td class="listMRlr">
OpenPOWER on IntegriCloud