Commit a0f16501 authored by Ad Schellevis's avatar Ad Schellevis

html error in firewall_rules.php (categories)

parent f79e83f9
......@@ -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