mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
Remove RequireHighlightJS
field, update plantuml example. (#19615)
This commit is contained in:
@ -253,7 +253,6 @@ func FileHistory(ctx *context.Context) {
|
||||
// Diff show different from current commit to previous commit
|
||||
func Diff(ctx *context.Context) {
|
||||
ctx.Data["PageIsDiff"] = true
|
||||
ctx.Data["RequireHighlightJS"] = true
|
||||
ctx.Data["RequireTribute"] = true
|
||||
|
||||
userName := ctx.Repo.Owner.Name
|
||||
|
Reference in New Issue
Block a user