summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-09 14:32:43 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-09 14:32:43 +0545
commit919d91f973c4e730bd3a0999e3aeaefd3df9d61d (patch)
tree66e066b3e1632b4944959219fd5bfff3be770072 /src/usr/local/www/status_openvpn.php
parentd6b8120d1b3962efd4089c880f018bb736ad1a2d (diff)
downloadpfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.zip
pfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.tar.gz
EOL whitespace and header consistency for www
Diffstat (limited to 'src/usr/local/www/status_openvpn.php')
-rw-r--r--src/usr/local/www/status_openvpn.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index dfd5177..299f5eb 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -184,7 +184,7 @@ include("head.inc"); ?>
</tr>
</thead>
<tbody>
-
+
<?php
foreach ($server['conns'] as $conn):
?>
@@ -244,7 +244,7 @@ include("head.inc"); ?>
<th><?=gettext("Target Network"); ?></th>
<th><?=gettext("Last Used"); ?></th>
</tr>
- </thead>
+ </thead>
<tbody>
<?php
@@ -286,7 +286,7 @@ include("head.inc"); ?>
<div class="panel-body table-responsive">
<table class="table table-striped table-hover">
<thead>
- <tr>
+ <tr>
<th><?=gettext("Name"); ?></th>
<th><?=gettext("Connected Since"); ?></th>
<th><?=gettext("Virtual Addr"); ?></th>
@@ -341,7 +341,7 @@ include("head.inc"); ?>
<div class="panel-body table-responsive">
<table class="table table-striped table-hover">
<thead>
- <tr>
+ <tr>
<th><?=gettext("Name"); ?></th>
<th><?=gettext("Status"); ?></th>
<th><?=gettext("Connected Since"); ?></th>
@@ -385,7 +385,7 @@ include("head.inc"); ?>
</div>
</div>
-<?php
+<?php
}
if ($DisplayNote) {
OpenPOWER on IntegriCloud