Browse Source

Merge branch 'master' of https://github.com/FortAwesome/Font-Awesome

Dave Gandy 9 years ago
parent
commit
65ca5ce777
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/_includes/examples/accessible.html

+ 1 - 1
src/_includes/examples/accessible.html

@@ -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>