mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Merge pull request #10062 from MacroChip/html-entities
Replaced UTF codes with html entities.
This commit is contained in:
commit
69fa1b735e
@ -10,7 +10,7 @@
|
|||||||
<div class="col-md-3 col-sm-4">
|
<div class="col-md-3 col-sm-4">
|
||||||
<p>
|
<p>
|
||||||
<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
|
<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
|
||||||
…tomorrow we will run faster, stretch out our arms farther… And then one fine morning—
|
…tomorrow we will run faster, stretch out our arms farther… And then one fine morning—
|
||||||
So we beat on, boats against the current, borne back ceaselessly into the past.
|
So we beat on, boats against the current, borne back ceaselessly into the past.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -22,7 +22,7 @@
|
|||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
|
<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
|
||||||
...tomorrow we will run faster, stretch out our arms farther...
|
...tomorrow we will run faster, stretch out our arms farther...
|
||||||
And then one fine morning— So we beat on, boats against the
|
And then one fine morning— So we beat on, boats against the
|
||||||
current, borne back ceaselessly into the past.
|
current, borne back ceaselessly into the past.
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -23,7 +23,7 @@ relative_path: ../
|
|||||||
<div class="row feature-list">
|
<div class="row feature-list">
|
||||||
<div class="col-md-4 col-sm-6">
|
<div class="col-md-4 col-sm-6">
|
||||||
<h4><i class="fa fa-universal-access" aria-hidden="true"></i> <a href="{{ page.relative_path }}accessibility">Accessibility Docs</a></h4>
|
<h4><i class="fa fa-universal-access" aria-hidden="true"></i> <a href="{{ page.relative_path }}accessibility">Accessibility Docs</a></h4>
|
||||||
Details on how to mark up your icons depending on how you’re using them.
|
Details on how to mark up your icons depending on how you're using them.
|
||||||
Make your site icons usable by the most people, and start here.
|
Make your site icons usable by the most people, and start here.
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-sm-6">
|
<div class="col-md-4 col-sm-6">
|
||||||
|
Loading…
Reference in New Issue
Block a user