mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Fixed html option end tag.
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
This commit is contained in:
parent
a02b525fc1
commit
5988dab56e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function SelectorOptions($name, $options, $selected = null) {
|
|||
}
|
||||
|
||||
echo '<option value="'.htmlspecialchars($key, ENT_QUOTES).'"'.$select.'>'.
|
||||
htmlspecialchars($label, ENT_QUOTES).'</options>' , PHP_EOL;
|
||||
htmlspecialchars($label, ENT_QUOTES).'</option>' , PHP_EOL;
|
||||
}
|
||||
|
||||
echo '</select>' , PHP_EOL;
|
||||
|
|
Loading…
Reference in a new issue