html error in firewall_rules.php (categories)

This commit is contained in:
Ad Schellevis 2016-03-23 16:46:37 +01:00
parent f79e83f923
commit a0f16501da

View File

@ -677,7 +677,7 @@ $( document ).ready(function() {
}
}
foreach ($categories as $category):?>
<option value="<?=$category;?>"><?=$category;?></value>
<option value="<?=$category;?>"><?=$category;?></option>
<?php
endforeach;?>
</select>