From c04492ee49178d5ff8f146ad3fd17ad0fe7f47c8 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sun, 5 Jan 2020 17:28:07 -0700 Subject: [PATCH] Removed erroneous space --- app/resources/views/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/views/index.twig b/app/resources/views/index.twig index d659a8c..d833ef6 100644 --- a/app/resources/views/index.twig +++ b/app/resources/views/index.twig @@ -19,7 +19,7 @@ - {% if not search and not is_root %} + {% if not search and not is_root %} {{ include('components/file.twig', { parentDir: true }, with_context = false) }}