Fix minor span tag problem
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/59dfd8af Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/59dfd8af Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/59dfd8af Branch: refs/heads/gh-pages Commit: 59dfd8afa47560679051aae99fba16e202a2cc4d Parents: 6d309ab Author: Christopher Tubbs <[email protected]> Authored: Fri Mar 11 02:20:54 2016 -0500 Committer: Christopher Tubbs <[email protected]> Committed: Fri Mar 11 02:20:54 2016 -0500 ---------------------------------------------------------------------- _includes/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/59dfd8af/_includes/nav.html ---------------------------------------------------------------------- diff --git a/_includes/nav.html b/_includes/nav.html index 91d5546..7eaea67 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -81,7 +81,7 @@ </ul> </li> <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span class="caret" /></a> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="{{ site.baseurl }}/papers.html">Papers & Presentations</a></li> <li><a href="{{ site.baseurl }}/projects.html">Community Projects</a></li>
