X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ded9393b173853d2e960f9b176aeb0bc4ed35be2..776200b1c10536174f68fc6599fc709ae620db54:/html.c
diff --git a/html.c b/html.c
index 175b4b6..eb163d9 100644
--- a/html.c
+++ b/html.c
@@ -126,6 +126,18 @@ void html_hidden(char *name, char *value)
html("'/>");
}
+void html_option(char *value, char *text, char *selected_value)
+{
+ html("\n");
+}
+
void html_link_open(char *url, char *title, char *class)
{
html("