]> source.dussan.org Git - gitea.git/commit
Fix 500 error of searching commits (#28576)
authorwxiaoguang <wxiaoguang@gmail.com>
Thu, 21 Dec 2023 23:09:14 +0000 (07:09 +0800)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 23:09:14 +0000 (23:09 +0000)
commit04b235d094218b780b62f024b7ae9716ad2e633f
treed1b573ab9dea03b89e5a867f28c6f749b2e02f23
parentb35d3fddfac389a7be401a63b4e1283dd74af681
Fix 500 error of searching commits (#28576)

Regression of #28454 . Now the string is escaped HTML, so it doesn't
need `| Safe`.

Fix #28575
templates/code/searchresults.tmpl
templates/repo/search.tmpl