the repository which powers this website
Diffstat (limited to 'themed/tree.html')
| -rw-r--r-- | themed/tree.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/tree.html b/themed/tree.html index 5ad6a112..f1a6a834 100644 --- a/themed/tree.html +++ b/themed/tree.html @@ -151,7 +151,7 @@ {% page cgit_print_tree %} {! // Redirect to summary page if no subdirectory - if (!ctx.qry.path) { return cgit_print_summary(); } + if (!ctx.qry.path) { return cgit_print_summary_impl(); } !} {! page_start(); !} {! repo_header(); !} |