summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-09-27 11:06:25 +0300
committerGalin Simeonov <gts@volconst.com>2021-09-27 11:06:25 +0300
commitace72972a821981acf4bb71ac430805a022a511b (patch)
treecd94193be9b5721cad2f772ca3f5c2d90384108a
parent1ba29b1754201d2e40b30fd73fd65ce249512132 (diff)
downloadvolgit-ace72972a821981acf4bb71ac430805a022a511b.tar.gz
tree entries are now bold in index files
-rw-r--r--system_part.c2
1 files changed, 1 insertions, 1 deletions
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,"<a href=\"%s/index.html\" class=\"tree_entry\">%s</a>\n",oid,filename);
+ fprintf(out,"<b><a href=\"%s/index.html\" class=\"tree_entry\">%s</a></b>\n",oid,filename);
}
#endif