1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove RequireHighlightJS field, update plantuml example. (#19615)

This commit is contained in:
wxiaoguang
2022-05-05 15:53:38 +08:00
committed by GitHub
parent 5a75a5463e
commit 7b089c465d
11 changed files with 10 additions and 28 deletions

View File

@@ -138,7 +138,6 @@ func Code(ctx *context.Context) {
ctx.Data["queryType"] = queryType
ctx.Data["SearchResults"] = searchResults
ctx.Data["SearchResultLanguages"] = searchResultLanguages
ctx.Data["RequireHighlightJS"] = true
ctx.Data["PageIsViewCode"] = true
pager := context.NewPagination(total, setting.UI.RepoSearchPagingNum, page, 5)