From: Geremia Taglialatela Date: Sun, 18 Dec 2016 18:29:47 +0000 (+0100) Subject: Terminate character reference by a semicolon X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10396%2Fhead;p=thirdparty%2FFont-Awesome.git Terminate character reference by a semicolon This change makes the W3C Validator happier. Ref: https://validator.w3.org/docs/errors.html#ve-394 --- diff --git a/src/cheatsheet.html b/src/cheatsheet.html index 6a9efcbd4f..5815b8bd3a 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 }};]