aboutsummaryrefslogtreecommitdiffstats
path: root/ui-diff.c
diff options
context:
space:
mode:
authorYigit Sever2021-10-29 08:07:01 +0000
committerYigit Sever2021-10-29 11:15:11 +0300
commitecd1260017d23128f7b37289be901e0fbb888992 (patch)
tree77c2bbdc33512bd558cc79c8b668869972e3914b /ui-diff.c
parentb00972235a9e2250610bb6f861a6e88d30d5a126 (diff)
downloadcgit-ecd1260017d23128f7b37289be901e0fbb888992.tar.gz
cgit-ecd1260017d23128f7b37289be901e0fbb888992.tar.bz2
cgit-ecd1260017d23128f7b37289be901e0fbb888992.zip
Lowercase everything, Rosé Pine, click to copy
And probably other little things I forgot about
Diffstat (limited to 'ui-diff.c')
-rw-r--r--ui-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c
index 5ed5990..d014043 100644
--- a/ui-diff.c
+++ b/ui-diff.c
@@ -194,7 +194,7 @@ static void cgit_print_diffstat(const struct object_id *old_oid,
194 int i; 194 int i;
195 195
196 html("<div class='diffstat-header'>"); 196 html("<div class='diffstat-header'>");
197 cgit_diff_link("Diffstat", NULL, NULL, ctx.qry.head, ctx.qry.oid, 197 cgit_diff_link("diffstat", NULL, NULL, ctx.qry.head, ctx.qry.oid,
198 ctx.qry.oid2, NULL); 198 ctx.qry.oid2, NULL);
199 if (prefix) { 199 if (prefix) {
200 html(" (limited to '"); 200 html(" (limited to '");