diff --git a/src/cheatsheet.html b/src/cheatsheet.html
index 5eb1f2bf2..1dd202ca0 100644
--- a/src/cheatsheet.html
+++ b/src/cheatsheet.html
@@ -24,7 +24,7 @@ relative_path: ../
{% for icon in sorted_icons %}
- {% if icon.created >= site.fontawesome.major_version %}{{ icon.created }}{% endif %}
+ {% if icon.created >= site.fontawesome.major_version %}{{ icon.created }}{% endif %}
{{ icon.unicode }}
fa-{{ icon.class }}
{% if icon.alias_of %} (alias){% endif %}