From ecd1260017d23128f7b37289be901e0fbb888992 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 29 Oct 2021 08:07:01 +0000 Subject: Lowercase everything, Rosé Pine, click to copy And probably other little things I forgot about --- ui-tree.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index b61f6f5..fbaaa32 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -213,7 +213,7 @@ static int ls_item(const struct object_id *oid, struct strbuf *base, if (!S_ISGITLINK(mode)) { type = oid_object_info(the_repository, oid, &size); if (type == OBJ_BAD) { - htmlf("
Mode | "); - html("Name | "); - html("Size | "); + html("mode | "); + html("name | "); + html("size | "); html(""); html(" |
---|