X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ded9393b173853d2e960f9b176aeb0bc4ed35be2..6ec5f36f279a85f59db2851ab476d9acd0015770:/html.c
diff --git a/html.c b/html.c
index 175b4b6..6c9cc8b 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("