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:
parent
8cceee4084
commit
3d52edc7a4
2 changed files with 2 additions and 1 deletions
|
@ -453,6 +453,7 @@ func NewFuncMap() []template.FuncMap {
|
|||
}
|
||||
return items
|
||||
},
|
||||
"HasPrefix": strings.HasPrefix,
|
||||
}}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue