Commit 2258b790 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

html error in firewall_rules.php (categories)

(cherry picked from commit a0f16501)
parent a6d7bb0a
......@@ -677,7 +677,7 @@ $( document ).ready(function() {
}
}
foreach ($categories as $category):?>
<option value="<?=$category;?>"><?=$category;?></value>
<option value="<?=$category;?>"><?=$category;?></option>
<?php
endforeach;?>
</select>
......
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