diff options
| -rw-r--r-- | ui-shared.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ui-shared.c b/ui-shared.c index 1529ff1..770b685 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -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 | 
