]> gitweb.ps.run Git - ps-cgit/blobdiff - html.c
Merge branch 'stable'
[ps-cgit] / html.c
diff --git a/html.c b/html.c
index d531c209f2502ab43ceb36c749c69b7f4a93c3b1..339bf0043aceafae6cd5894046c9e676742432b3 100644 (file)
--- a/html.c
+++ b/html.c
@@ -122,7 +122,7 @@ void html_option(char *value, char *text, char *selected_value)
        html_attr(value);
        html("'");
        if (selected_value && !strcmp(selected_value, value))
-               html(" selected");
+               html(" selected='selected'");
        html(">");
        html_txt(text);
        html("</option>\n");