Commit d53f28c2 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) whitespace

parent 29a2772e
...@@ -217,13 +217,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -217,13 +217,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Edit")); $pgtitle = array(gettext("Firewall"),gettext("Aliases"),gettext("Edit"));
$referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/firewall_aliases.php'); $referer = (isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/firewall_aliases.php');
legacy_html_escape_form_data($pconfig); legacy_html_escape_form_data($pconfig);
include("head.inc"); include("head.inc");
?> ?>
<body> <body>
<?php <?php
include("fbegin.inc"); include("fbegin.inc");
...@@ -286,7 +282,6 @@ include("head.inc"); ...@@ -286,7 +282,6 @@ include("head.inc");
}); });
toggleType(); toggleType();
}); });
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment