From 40ed3ab81181ed61b9244c384635fcc20d5f4339 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 18 Dec 2016 19:29:47 +0100 Subject: [PATCH] Terminate character reference by a semicolon This change makes the W3C Validator happier. Ref: https://validator.w3.org/docs/errors.html#ve-394 --- src/cheatsheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cheatsheet.html b/src/cheatsheet.html index 6a9efcbd4..5815b8bd3 100644 --- a/src/cheatsheet.html +++ b/src/cheatsheet.html @@ -25,7 +25,7 @@ relative_path: ../ {% for icon in sorted_icons %}
{% if icon.created >= site.fontawesome.major_version %}{{ icon.created }}{% endif %} - + fa-{{ icon.class }} {% if icon.alias_of %} (alias){% endif %} [&#x{{ icon.unicode }};]