Browse Source

Terminate character reference by a semicolon

This change makes the W3C Validator happier.

Ref: https://validator.w3.org/docs/errors.html#ve-394
Geremia Taglialatela 8 năm trước cách đây
mục cha
commit
40ed3ab811
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/cheatsheet.html

+ 1 - 1
src/cheatsheet.html

@@ -25,7 +25,7 @@ relative_path: ../
     {% for icon in sorted_icons %}
     {% for icon in sorted_icons %}
     <div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
     <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 %}
       {% 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 }}
       fa-{{ icon.class }}
       {% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
       {% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
       <span class="text-muted">[&amp;#x{{ icon.unicode }};]</span>
       <span class="text-muted">[&amp;#x{{ icon.unicode }};]</span>