From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Sat, 16 Jun 2018 17:43:34 +0100 Subject: [PATCH] ui-tag: Fix inconsistent capitalization In-Reply-To: <20180610222849.30635-1-nuxi@vault24.org> References: <20180610222849.30635-1-nuxi@vault24.org> Message-ID: <20180616164334.GH1922@john.keeping.me.uk> On Sun, Jun 10, 2018 at 06:28:49PM -0400, Jon DeVree wrote: > Way back in 2009 all of these were lower cased except this one > occurrence. > > Signed-off-by: Jon DeVree Thanks! I've picked this up in jk/for-jason. > --- > ui-tag.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ui-tag.c b/ui-tag.c > index 909cde0..2c216d0 100644 > --- a/ui-tag.c > +++ b/ui-tag.c > @@ -107,7 +107,7 @@ void cgit_print_tag(char *revname) > htmlf("tag name"); > html_txt(revname); > html("\n"); > - html("Tagged object"); > + html("tagged object"); > cgit_object_link(obj); > html("\n"); > if (ctx.repo->snapshots) > -- > 2.17.1