Commit 96b0b961 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) fix html errors in firewall_rules.php

parent 204e93a7
...@@ -135,7 +135,6 @@ if (isset($_GET['if'])) { ...@@ -135,7 +135,6 @@ if (isset($_GET['if'])) {
include("head.inc"); include("head.inc");
?> ?>
</head>
<body> <body>
<script type="text/javascript"> <script type="text/javascript">
$( document ).ready(function() { $( document ).ready(function() {
...@@ -685,7 +684,7 @@ $( document ).ready(function() { ...@@ -685,7 +684,7 @@ $( document ).ready(function() {
<td width="16"><span class="fa fa-long-arrow-left"></span></td> <td width="16"><span class="fa fa-long-arrow-left"></span></td>
<td width="100"><?=gettext("out");?></td> <td width="100"><?=gettext("out");?></td>
<?php if ($selected_if == 'FloatingRules'): ?> <?php if ($selected_if == 'FloatingRules'): ?>
<td width="16"><span class="fa fa-flash text-muted"></td> <td width="16"><span class="fa fa-flash text-muted"></span></td>
<td width="100"><?=gettext("last match");?></td> <td width="100"><?=gettext("last match");?></td>
<?php endif; ?> <?php endif; ?>
</tr> </tr>
...@@ -730,5 +729,4 @@ $( document ).ready(function() { ...@@ -730,5 +729,4 @@ $( document ).ready(function() {
</div> </div>
</div> </div>
</section> </section>
<?php include("foot.inc"); ?> <?php include("foot.inc"); ?>
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