]> source.dussan.org Git - gitea.git/commit
Fix wrong usage of PathEscapeSegments in branch list page (#25864)
authoryp05327 <576951401@qq.com>
Fri, 14 Jul 2023 06:08:38 +0000 (15:08 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Jul 2023 06:08:38 +0000 (06:08 +0000)
commit61c9268c56bce5da47bbf87c790c2694a593b763
treebac3881a1af355b920eadc73fe76cc1b667b1759
parent4628aa5251ad1a9785f449fb43c7dfe3f01178cf
Fix wrong usage of PathEscapeSegments in branch list page (#25864)

Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/21ce7bfa-36f7-4125-9a66-d644400916a8)

emmm, don't know how to write a good title to describe this issue.
If you have a good idea, I can change the title.

The fix code is copied from L122. Not sure it is right or not.

@lunny
Maybe `DefaultBranchBranch` is also typo?
Two `Branch` in variable name .
templates/repo/branch/list.tmpl