X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/977a0b173df6fe1a4d362fe4c70f9badff1fd46c..72ede12551af320b6d8eade853dbd2cd6f2222cc:/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("