mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Merge pull request #223 from D9ping/Branch_D9ping
Fixed stray html option end tag.
This commit is contained in:
commit
1ac167bf29
@ -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 New Issue
Block a user