all repos — cgit @ 21bf30b043c5bcbf4bb92d7e79cb642ab9c2287d

a hyperfast web frontend for git written in c

ui-diff: action='.' is not correct

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld Jason@zx2c4.com
Thu, 12 May 2016 21:38:59 +0200
commit

21bf30b043c5bcbf4bb92d7e79cb642ab9c2287d

parent

c34e28835bc06ea9f76f440909f59a697910e9e8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-diff.cui-diff.c

@@ -340,7 +340,7 @@ int i, curr;

html("<div class='cgit-panel'>"); html("<b>diff options</b>"); - html("<form method='get' action='.'>"); + html("<form method='get'>"); cgit_add_hidden_formfields(1, 0, ctx.qry.page); html("<table>"); html("<tr><td colspan='2'/></tr>");