diff options
Diffstat (limited to 'ui-blame.c')
-rw-r--r-- | ui-blame.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ static void emit_blame_entry(struct blame_scoreboard *sb, | |||
51 | 51 | ||
52 | char *detail = emit_suspect_detail(suspect); | 52 | char *detail = emit_suspect_detail(suspect); |
53 | 53 | ||
54 | html("<tr><td class='sha1 lines'>"); | 54 | html("<tr><td class='sha1 hashes'>"); |
55 | cgit_commit_link(find_unique_abbrev(oid->hash, DEFAULT_ABBREV), detail, | 55 | cgit_commit_link(find_unique_abbrev(oid->hash, DEFAULT_ABBREV), detail, |
56 | NULL, ctx.qry.head, oid_to_hex(oid), suspect->path); | 56 | NULL, ctx.qry.head, oid_to_hex(oid), suspect->path); |
57 | html("</td>\n"); | 57 | html("</td>\n"); |