X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/27cd3b2a700e1cc46cd0393ddea48c07b62ee3a6..0c8e184e9cbf4d3a1e907de9125f6d8210c169d6:/html.c
diff --git a/html.c b/html.c
index 3a5d28d..6c9cc8b 100644
--- a/html.c
+++ b/html.c
@@ -117,6 +117,27 @@ void html_attr(char *txt)
html(txt);
}
+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("