diff --git a/net/l2tp/src/www/vpn_l2tp_log.inc b/net/l2tp/src/www/vpn_l2tp_log.inc
index 7fba93a2d..e900d3e16 100644
--- a/net/l2tp/src/www/vpn_l2tp_log.inc
+++ b/net/l2tp/src/www/vpn_l2tp_log.inc
@@ -60,12 +60,12 @@ function dump_clog_vpn($file, $tail, $type)
}
echo "
\n";
- echo "| " . htmlspecialchars(join(" ", array_slice($logent, 0, 3))) . " | \n";
+ echo "" . htmlspecialchars(join(" ", array_slice($logent, 0, 3))) . " | \n";
if ($llent[0] == "login") {
- echo " | \n";
+ echo " | \n";
} else {
- echo " | \n";
+ echo " | \n";
}
echo "" . htmlspecialchars($llent[3]) . " | \n";
@@ -88,10 +88,10 @@ include("head.inc");
- | =gettext("Time");?> |
- =gettext("Action");?> |
- =gettext("User");?> |
- =gettext("IP address");?> |
+ =gettext("Time");?> |
+ =gettext("Action");?> |
+ =gettext("User");?> |
+ =gettext("IP address");?> |
|
diff --git a/net/l2tp/src/www/vpn_l2tp_users.php b/net/l2tp/src/www/vpn_l2tp_users.php
index 7b9682325..66b6f512f 100644
--- a/net/l2tp/src/www/vpn_l2tp_users.php
+++ b/net/l2tp/src/www/vpn_l2tp_users.php
@@ -54,7 +54,7 @@ $service_hook = 'l2tpd';
include("head.inc");
$main_buttons = array(
- array('label'=>gettext("add user"), 'href'=>'vpn_l2tp_users_edit.php'),
+ array('label' => gettext('Add'), 'href' => 'vpn_l2tp_users_edit.php'),
);
?>
@@ -109,7 +109,7 @@ $main_buttons = array(
|
| =gettext("Username");?> |
=gettext("IP address");?> |
- |
+ |
=htmlspecialchars($secretent['ip']);?>
-
-
-
+ |
+
+
|