mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
html error in firewall_rules.php (categories)
This commit is contained in:
parent
f79e83f923
commit
a0f16501da
@ -677,7 +677,7 @@ $( document ).ready(function() {
|
||||
}
|
||||
}
|
||||
foreach ($categories as $category):?>
|
||||
<option value="<?=$category;?>"><?=$category;?></value>
|
||||
<option value="<?=$category;?>"><?=$category;?></option>
|
||||
<?php
|
||||
endforeach;?>
|
||||
</select>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user