diff --git a/source/templates/classic/partials/habits.ejs b/source/templates/classic/partials/habits.ejs
index 762a8c86..fe3be6b0 100644
--- a/source/templates/classic/partials/habits.ejs
+++ b/source/templates/classic/partials/habits.ejs
@@ -7,31 +7,31 @@
(computed from last <%= plugins.habits.commits.fetched %> commit<%= s(plugins.habits.commits.fetched) %>)
<% } %>
- <% if (plugins.habits.facts) { %>
+ <% if (plugins.habits.error) { %>
- <% if (plugins.habits.error) { %>
-
-
-
- <%= plugins.habits.error.message %>
-
-
- <% } else { %>
-
- <% if (plugins.habits.indents.style) { %>
- - Uses <%= plugins.habits.indents.style %> for indentation
- <% } %>
- <% if (plugins.habits.lines.average.chars) { %>
- - Has approximately <%= f(plugins.habits.lines.average.chars, {fixed:1}) %> characters per line of code written
- <% } %>
- <% if (!Number.isNaN(plugins.habits.commits.hour)) { %>
- - Mostly pushes code around <%= plugins.habits.commits.hour %>:00
- <% } %>
- <% if (plugins.habits.commits.day) { %>
- - Mostly active on <%= plugins.habits.commits.day %>
- <% } %>
-
- <% } %>
+
+
+
+ <%= plugins.habits.error.message %>
+
+
+
+ <% } else if (plugins.habits.facts) { %>
+
+
+ <% if (plugins.habits.indents.style) { %>
+ - Uses <%= plugins.habits.indents.style %> for indentation
+ <% } %>
+ <% if (plugins.habits.lines.average.chars) { %>
+ - Has approximately <%= f(plugins.habits.lines.average.chars, {fixed:1}) %> characters per line of code written
+ <% } %>
+ <% if (!Number.isNaN(plugins.habits.commits.hour)) { %>
+ - Mostly pushes code around <%= plugins.habits.commits.hour %>:00
+ <% } %>
+ <% if (plugins.habits.commits.day) { %>
+ - Mostly active on <%= plugins.habits.commits.day %>
+ <% } %>
+
<% } %>