diff --git a/biscuit/apps/chronos/templates/timetable/plan.html b/biscuit/apps/chronos/templates/timetable/plan.html
index a6ccfb655908064c18a1e6fec03d2c1f9d63b983..9874ea7b4aa8e2484a6a8c9b505af70a16d5562b 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 %}