From ace72972a821981acf4bb71ac430805a022a511b Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Mon, 27 Sep 2021 11:06:25 +0300 Subject: tree entries are now bold in index files --- system_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_part.c b/system_part.c index 94eccd9..04ea155 100644 --- a/system_part.c +++ b/system_part.c @@ -136,6 +136,6 @@ void push_html_link_for_blob(FILE *out,const char *filename,const char *oid) } void push_html_link_for_tree(FILE *out,const char *filename,const char *oid) { - fprintf(out,"%s\n",oid,filename); + fprintf(out,"%s\n",oid,filename); } #endif -- cgit v1.2.3