Unexport internal path helper

This commit is contained in:
Bjørn Erik Pedersen
2015-10-14 21:34:34 +02:00
parent 4c04d7101a
commit 5619fe52d3
2 changed files with 3 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ func PrettifyURL(in string) string {
// /section/name/ becomes /section/name/index.html
// /section/name/index.html becomes /section/name/index.html
func PrettifyURLPath(in string) string {
return PrettiyPath(in, pb)
return prettiyPath(in, pb)
}
// Uglify does the opposite of PrettifyURLPath().