X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e651cb0d2dc2dbd458c51cdba8ae56e8629348cc..776200b1c10536174f68fc6599fc709ae620db54:/html.c?ds=sidebyside diff --git a/html.c b/html.c index 76fa6c4..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("