From fa8935327307e980b6efadff1f29e4d7d58865e8 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 22 Jan 2015 17:00:42 -0700 Subject: [PATCH] Made version indicators a little less "robust" --- src/cheatsheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} &#x{{ icon.unicode }} fa-{{ icon.class }} {% if icon.alias_of %} (alias){% endif %}