X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/dc3ac3f76077c5d612d42e8beb4878e43acfc58a..cbcdbcf2bff23113fe81df8f11fe7843b8ed637e:/html.c
diff --git a/html.c b/html.c
index 33a956f..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("