summaryrefslogtreecommitdiffstats
path: root/routers/repo/compare.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/compare.go')
-rw-r--r--routers/repo/compare.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/compare.go b/routers/repo/compare.go
index 4769a4da1a..815ec35650 100644
--- a/routers/repo/compare.go
+++ b/routers/repo/compare.go
@@ -422,7 +422,6 @@ func CompareDiff(ctx *context.Context) {
beforeCommitID := ctx.Data["BeforeCommitID"].(string)
afterCommitID := ctx.Data["AfterCommitID"].(string)
-
ctx.Data["Title"] = "Comparing " + base.ShortSha(beforeCommitID) + "..." + base.ShortSha(afterCommitID)
ctx.Data["IsRepoToolbarCommits"] = true