Skip to content

Commit

Permalink
remove unneccessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Sep 10, 2018
1 parent 801758b commit 41f33ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routers/repo/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41f33ba

Please sign in to comment.