Skip to content

Commit

Permalink
Change div tag to nav tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanramosnet committed Dec 10, 2014
1 parent 9c151a7 commit 9ec8e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
Expand All @@ -61,7 +61,7 @@
<jdoc:include type="modules" name="position-0" style="navSearch"/>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>


<div class="container">
Expand Down

0 comments on commit 9ec8e11

Please sign in to comment.