summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp_users.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 10:55:35 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 10:55:35 +0545
commit89d34f0533de7be4ff88116a5376471131182f56 (patch)
tree21fda53bf98b601110a9dd685442c894af598252 /src/usr/local/www/vpn_l2tp_users.php
parentcd656b85255feee8313e6081325f05db7a6c2642 (diff)
downloadpfsense-89d34f0533de7be4ff88116a5376471131182f56.zip
pfsense-89d34f0533de7be4ff88116a5376471131182f56.tar.gz
LT2P Users remove random extra >
Diffstat (limited to 'src/usr/local/www/vpn_l2tp_users.php')
-rw-r--r--src/usr/local/www/vpn_l2tp_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_l2tp_users.php b/src/usr/local/www/vpn_l2tp_users.php
index dae7a72..cb9cc7d 100644
--- a/src/usr/local/www/vpn_l2tp_users.php
+++ b/src/usr/local/www/vpn_l2tp_users.php
@@ -120,7 +120,7 @@ $tab_array[] = array(gettext("Users"), true, "vpn_l2tp_users.php");
display_top_tabs($tab_array);
?>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title"><?=gettext('L2TP Users')?>></h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('L2TP Users')?></h2></div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-hover">
OpenPOWER on IntegriCloud