]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Update accessible.html 8998/head
authorFerhat Elmasgunes <ferhat@elmasgunes.net>
Sat, 16 Apr 2016 02:26:53 +0000 (05:26 +0300)
committerFerhat Elmasgunes <ferhat@elmasgunes.net>
Sat, 16 Apr 2016 02:26:53 +0000 (05:26 +0300)
Added forgotten closing tag.

src/_includes/examples/accessible.html

index cca638e56da4e5367125f0070e78b1a95ea1f35c..2f51aed9c098e3c74bbbe3e43651bcec61bfad1d 100644 (file)
@@ -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>