summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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