Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremia Taglialatela <tagliala.dev@gmail.com>2016-12-18 21:29:47 +0300
committerGeremia Taglialatela <tagliala.dev@gmail.com>2016-12-19 22:27:57 +0300
commit40ed3ab81181ed61b9244c384635fcc20d5f4339 (patch)
tree03ff045f30c42c251e7ba930a89ab87e0da4f6f4
parent39905502b8519a4206ebb1763bcffd7a24ad2024 (diff)
Terminate character reference by a semicolon
This change makes the W3C Validator happier. Ref: https://validator.w3.org/docs/errors.html#ve-394
-rw-r--r--src/cheatsheet.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<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>