From 19c2ad1a857d2498e2d865a3f9a7a50501833186 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Wed, 2 Mar 2022 15:50:45 -0500 Subject: [PATCH] fix overflow --- templates/dir.html.hbs | 4 ++-- templates/generic.html.hbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/dir.html.hbs b/templates/dir.html.hbs index 33aba35..89013d0 100644 --- a/templates/dir.html.hbs +++ b/templates/dir.html.hbs @@ -25,12 +25,12 @@ {{#each ctx}}
{{#if is_file}} - + {{name}} {{else}} - + {{name}} diff --git a/templates/generic.html.hbs b/templates/generic.html.hbs index dc8e18f..e87d789 100644 --- a/templates/generic.html.hbs +++ b/templates/generic.html.hbs @@ -19,12 +19,12 @@ {{#each ctx}}
{{#if is_file}} - + {{name}} {{else}} - + {{name}}