mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Fixed html option end tag.
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
This commit is contained in:
parent
a02b525fc1
commit
5988dab56e
@ -99,7 +99,7 @@ function SelectorOptions($name, $options, $selected = null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo '<option value="'.htmlspecialchars($key, ENT_QUOTES).'"'.$select.'>'.
|
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;
|
echo '</select>' , PHP_EOL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user