summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-06-03 13:08:30 +0100
committerColin Fleming <cj_fleming@sky.com>2014-06-03 13:08:30 +0100
commit2a351d3235665d3398249af1fa9a6d8a5c38c056 (patch)
tree134d7d4186a2302c8ef2bb81f23ff144715d2180
parented10564bfe664e0c4723217cded9e134b9d82a08 (diff)
downloadpfsense-2a351d3235665d3398249af1fa9a6d8a5c38c056.zip
pfsense-2a351d3235665d3398249af1fa9a6d8a5c38c056.tar.gz
Tidy up "status_openvpn.php" XHTML
Move the closing FORM tag after the PHP check if there are any OpenVPN instances.
-rw-r--r--usr/local/www/status_openvpn.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php
index 4d1f46f..bcc4b9f 100644
--- a/usr/local/www/status_openvpn.php
+++ b/usr/local/www/status_openvpn.php
@@ -384,7 +384,6 @@ include("head.inc"); ?>
</td>
</tr>
</table>
-</form>
<?php
}
@@ -397,7 +396,7 @@ if ((empty($clients)) && (empty($servers)) && (empty($sk_servers))) {
echo gettext("No OpenVPN instance defined");
}
?>
-
+</form>
<?php include("fend.inc"); ?>
<script type="text/javascript">
OpenPOWER on IntegriCloud