From 193b3f8ccafe669a7a7b15130477edf721c2c93d Mon Sep 17 00:00:00 2001
From: Jonathan Weth <wethjo@katharineum.de>
Date: Fri, 8 Nov 2019 17:03:59 +0100
Subject: [PATCH] Update plan.html

---
 biscuit/apps/chronos/templates/timetable/plan.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/chronos/templates/timetable/plan.html b/biscuit/apps/chronos/templates/timetable/plan.html
index a6ccfb65..9874ea7b 100755
--- a/biscuit/apps/chronos/templates/timetable/plan.html
+++ b/biscuit/apps/chronos/templates/timetable/plan.html
@@ -203,7 +203,7 @@
                     {% if day.1 %}
                         <span class="badge new blue center-align holiday-badge">{{ day.1.0 }}</span>
                     {% endif %}
-                &nbsp;
+                    &nbsp;
                 </div>
             </div>
             {% for row, time in plan|deepcopy %}
-- 
GitLab