mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
Update accessible.html
Added forgotten closing tag.
This commit is contained in:
parent
6aecdc2299
commit
86b5995d77
@ -75,7 +75,7 @@
|
||||
{% endhighlight %}
|
||||
|
||||
{% highlight html %}
|
||||
<i class="fa fa-refresh fa-spin fa-3x fa-fw" aria-hidden="true"</i>
|
||||
<i class="fa fa-refresh fa-spin fa-3x fa-fw" aria-hidden="true"></i>
|
||||
<span class="sr-only">Refreshing...</span>
|
||||
|
||||
<i class="fa fa-cog fa-spin fa-3x fa-fw" aria-hidden="true"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user