diff options
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/http.go b/src/http/http.go index 246f564..f4f0e88 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -249,7 +249,7 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { content["NumDirs"] = dirCount content["NumFiles"] = fileCount - // if there are more than one breadcrumb, define the uppath as the second + // if there is more than one breadcrumb, define the uppath as the second // last breadcrumb // I did this, because somehow things broke when simply using ".." in // combination with hidden folders |