F diff --git a/git_part.c b/git_part.c --- a/git_part.c +++ b/git_part.cconst git_signature *who_commited;fprintf(where,"<div class=\"commit_header commit_commit_header\">COMMIT: %s",git_oid_tostr_s(current));if(has_diff)- fprintf(where,"<a href=\"diffs/%s.html\"> [DIFF]</a></div>\n",git_oid_tostr_s(current));+ fprintf(where," <a href=\"diffs/%s.html\">[DIFF]</a></div>\n",git_oid_tostr_s(current));elsefprintf(where,"</div>\n");