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