From dd0ad17038604e0608046a0fdf4f3c5c813930e6 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 18 May 2018 16:44:43 -0600 Subject: [PATCH] fix for custom css --- views/partials/custom-css.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/custom-css.njk b/views/partials/custom-css.njk index 6d725e31e..4e5a494e6 100644 --- a/views/partials/custom-css.njk +++ b/views/partials/custom-css.njk @@ -1,3 +1,3 @@ {% if customCssUrl %} - + {% endif %}