diff options
Diffstat (limited to 'templates/gititemtree.qtpl.go')
-rw-r--r-- | templates/gititemtree.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemtree.qtpl.go b/templates/gititemtree.qtpl.go index c0fc3a7..f8d1fd2 100644 --- a/templates/gititemtree.qtpl.go +++ b/templates/gititemtree.qtpl.go @@ -38,7 +38,7 @@ const ( //line gititemtree.qtpl:17 func url(name, mode, ref, filename string, path []string) string { - return u.Root(). + return u.NewPathing(). AddPath(name). AddPath(mode). AddPath(ref). |