mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Don't open new page for ext wiki on same repository (#20725)
- When the external wiki has been set to a file on the repository, don't open the page on a tab. - Resolves #20657
This commit is contained in:
@@ -453,6 +453,7 @@ func NewFuncMap() []template.FuncMap {
|
||||
}
|
||||
return items
|
||||
},
|
||||
"HasPrefix": strings.HasPrefix,
|
||||
}}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user