Fixed html option end tag.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
This commit is contained in:
D9ping 2018-08-16 14:48:47 +02:00
parent a02b525fc1
commit 5988dab56e
1 changed files with 1 additions and 1 deletions

View File

@ -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;