diff --git a/mactrack_macauth.php b/mactrack_macauth.php
index 69a0b0e..700b7f9 100644
--- a/mactrack_macauth.php
+++ b/mactrack_macauth.php
@@ -149,7 +149,7 @@ function form_actions() {
" . ($save_html != '' ? "
-
+
$save_html" : "") . "
";
diff --git a/mactrack_snmp.php b/mactrack_snmp.php
index 16d025f..7cc7f2c 100644
--- a/mactrack_snmp.php
+++ b/mactrack_snmp.php
@@ -247,7 +247,7 @@ function goTo(strURL) {
print "
| " . __('You must select at least one SNMP Option.', 'mactrack') . " |
\n";
$save_html = "";
} else {
- $save_html = "";
+ $save_html = "";
if (get_nfilter_request_var("drp_action") == '1') { /* delete */
print "
@@ -271,7 +271,7 @@ function goTo(strURL) {
|
- " . get_nfilter_request_var("drp_action") . "'>
+
$save_html
|
diff --git a/mactrack_view_devices.php b/mactrack_view_devices.php
index 66e9d29..125487e 100644
--- a/mactrack_view_devices.php
+++ b/mactrack_view_devices.php
@@ -27,7 +27,7 @@
include('./include/auth.php');
include_once('./plugins/mactrack/lib/mactrack_functions.php');
-$title = __('Mactrack - Device Report View', 'macktrack');
+$title = __('Mactrack - Device Report View', 'mactrack');
if (isset_request_var('export')) {
mactrack_view_export_devices();
diff --git a/mactrack_view_macs.php b/mactrack_view_macs.php
index 1f0d7fd..94bed22 100644
--- a/mactrack_view_macs.php
+++ b/mactrack_view_macs.php
@@ -282,7 +282,7 @@ function form_aggregated_actions() {
" . ($save_html != '' ? "
-
+
$save_html" : "') . "
";