about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ui-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c index 52ed942..edee793 100644 --- a/ui-diff.c +++ b/ui-diff.c
@@ -340,7 +340,7 @@ void cgit_print_diff_ctrls(void)
340 340
341 html("<div class='cgit-panel'>"); 341 html("<div class='cgit-panel'>");
342 html("<b>diff options</b>"); 342 html("<b>diff options</b>");
343 html("<form method='get' action='.'>"); 343 html("<form method='get'>");
344 cgit_add_hidden_formfields(1, 0, ctx.qry.page); 344 cgit_add_hidden_formfields(1, 0, ctx.qry.page);
345 html("<table>"); 345 html("<table>");
346 html("<tr><td colspan='2'/></tr>"); 346 html("<tr><td colspan='2'/></tr>");