fix(wiki): type mismatch in folder listing #537
@@ -926,7 +926,7 @@ func listWikiFolderEntries(commit *git.Commit, treePath string) []PageMeta {
|
||||
}
|
||||
pages = append(pages, PageMeta{
|
||||
Name: displayName,
|
||||
SubURL: treePath + "/" + wpName,
|
||||
SubURL: treePath + "/" + string(wpName),
|
||||
GitEntryName: name,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user