]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Terminate character reference by a semicolon 10396/head
authorGeremia Taglialatela <tagliala.dev@gmail.com>
Sun, 18 Dec 2016 18:29:47 +0000 (19:29 +0100)
committerGeremia Taglialatela <tagliala.dev@gmail.com>
Mon, 19 Dec 2016 19:27:57 +0000 (20:27 +0100)
This change makes the W3C Validator happier.

Ref: https://validator.w3.org/docs/errors.html#ve-394

src/cheatsheet.html

index 6a9efcbd4fbb7ed99a3cd9a897ce868c51fe589a..5815b8bd3a983b857facf91c511b6a5a5eef6b3e 100644 (file)
@@ -25,7 +25,7 @@ relative_path: ../
     {% for icon in sorted_icons %}
     <div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
       {% if icon.created >= site.fontawesome.major_version %}<small class="text-muted pull-right">{{ icon.created }}</small>{% endif %}
-      <i class="fa fa-fw" aria-hidden="true" title="Copy to use {{ icon.class }}">&#x{{ icon.unicode }}</i>
+      <i class="fa fa-fw" aria-hidden="true" title="Copy to use {{ icon.class }}">&#x{{ icon.unicode }};</i>
       fa-{{ icon.class }}
       {% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
       <span class="text-muted">[&amp;#x{{ icon.unicode }};]</span>