summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_system_tunables_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_system_tunables_edit.php')
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 0ed6324..82b1480 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = "Firewall: System Tunables: Edit";
+$pgtitle = array("Firewall","System Tunables","Edit");
require("guiconfig.inc");
if (!is_array($config['sysctl']['item'])) {
@@ -85,7 +85,6 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?=$pgtitle?></p>
<div id="inputerrors"></div>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud