diff options
Diffstat (limited to 'pkg/html/html.go')
| -rw-r--r-- | pkg/html/html.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/html/html.go b/pkg/html/html.go index 6f3779261..6d24ba7e7 100644 --- a/pkg/html/html.go +++ b/pkg/html/html.go @@ -170,7 +170,7 @@ func formatTagHash(v string) string { func formatCommitTableTitle(v string) string { // This function is very specific to how we format tables in text emails. // Truncate commit title so that whole line fits into 78 chars. - const commitTitleLen = 51 + const commitTitleLen = 47 if len(v) <= commitTitleLen { return v } |
