diff options
Diffstat (limited to 'ui-shared.c')
-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) | |||
944 | if (ctx.repo->enable_remote_branches) | 944 | if (ctx.repo->enable_remote_branches) |
945 | for_each_remote_ref(print_branch_option, ctx.qry.head); | 945 | for_each_remote_ref(print_branch_option, ctx.qry.head); |
946 | html("</select> "); | 946 | html("</select> "); |
947 | html("<input type='submit' name='' value='switch'/>"); | 947 | html("<input type='submit' value='switch'/>"); |
948 | html("</form>"); | 948 | html("</form>"); |
949 | } | 949 | } |
950 | } else | 950 | } else |