]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
ui-shared: Remove a name attribute with an empty value
[ps-cgit] / ui-shared.c
index 1529ff1c15c191eda2a3225579cc0cd6175ffc17..770b685d6ee7d958c2e2ed47c8f3e33723c67099 100644 (file)
@@ -944,7 +944,7 @@ static void print_header(void)
                        if (ctx.repo->enable_remote_branches)
                                for_each_remote_ref(print_branch_option, ctx.qry.head);
                        html("</select> ");
-                       html("<input type='submit' name='' value='switch'/>");
+                       html("<input type='submit' value='switch'/>");
                        html("</form>");
                }
        } else