List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] ui-tag: Fix inconsistent capitalization
@ 2018-06-10 22:28 nuxi
  2018-06-16 16:43 ` john
  0 siblings, 1 reply; 2+ messages in thread
From: nuxi @ 2018-06-10 22:28 UTC (permalink / raw)


Way back in 2009 all of these were lower cased except this one
occurrence.

Signed-off-by: Jon DeVree <nuxi at vault24.org>
---
 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("<tr><td>tag name</td><td>");
 		html_txt(revname);
 		html("</td></tr>\n");
-		html("<tr><td>Tagged object</td><td class='sha1'>");
+		html("<tr><td>tagged object</td><td class='sha1'>");
 		cgit_object_link(obj);
 		html("</td></tr>\n");
 		if (ctx.repo->snapshots)
-- 
2.17.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] ui-tag: Fix inconsistent capitalization
  2018-06-10 22:28 [PATCH] ui-tag: Fix inconsistent capitalization nuxi
@ 2018-06-16 16:43 ` john
  0 siblings, 0 replies; 2+ messages in thread
From: john @ 2018-06-16 16:43 UTC (permalink / raw)


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 <nuxi at vault24.org>

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("<tr><td>tag name</td><td>");
>  		html_txt(revname);
>  		html("</td></tr>\n");
> -		html("<tr><td>Tagged object</td><td class='sha1'>");
> +		html("<tr><td>tagged object</td><td class='sha1'>");
>  		cgit_object_link(obj);
>  		html("</td></tr>\n");
>  		if (ctx.repo->snapshots)
> -- 
> 2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-16 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-10 22:28 [PATCH] ui-tag: Fix inconsistent capitalization nuxi
2018-06-16 16:43 ` john

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).