diff --git a/routers/repo/view.go b/routers/repo/view.go index 3317d9883c7e2..ff5c1afb49590 100644 --- a/routers/repo/view.go +++ b/routers/repo/view.go @@ -313,7 +313,6 @@ func renderCode(ctx *context.Context) { if len(ctx.Repo.Repository.Description) > 0 { title += ": " + ctx.Repo.Repository.Description } - ctx.Data["Title"] = title ctx.Data["RequireHighlightJS"] = true