Skip to content

Commit

Permalink
typo: forgot to close icon element
Browse files Browse the repository at this point in the history
  • Loading branch information
philschatz committed Oct 9, 2013
1 parent 9cfbce4 commit 2f1e039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Build Info <button id="build-resubmit" class="btn btn-default pull-right" hr
<div><i class="icon-spinner icon-spin"></i> Loading?</div>
</div>

<a class="btn pull-right" href="#top">Back to Top <i class="icon-angle-up"></a></a>
<a class="btn pull-right" href="#top">Back to Top <i class="icon-angle-up"></i></a>

</div>
</div>
Expand Down

0 comments on commit 2f1e039

Please sign in to comment.