VOLGIT



LOG | FILES | OVERVIEW


F diff --git a/system_part.c b/system_part.c --- a/system_part.c +++ b/system_part.c
}
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