fixed GoTo

This commit is contained in:
Sebastian Frank
2019-02-12 15:46:14 +01:00
parent d981a0550e
commit b7f31e8416
2 changed files with 3 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ func buildNavigation(conf *PathConfigTree, curNavMap *map[string]*navElement, cu
tmpPath += "../"
}
navEl.GoTo = tmpPath + navEl.GoTo
//navEl.GoTo = path.Clean(navEl.GoTo)
navEl.GoTo = path.Clean(navEl.GoTo)
}
(*curNavMap)[navEl.Navname] = &navEl