I have a dropdown menu item as below but it shows in the address bar as: index.php#!
How can I rid of the "#!" ?
<li><a href="#!">About</a>
<ul class="nav-dropdown">
<li ><a href="bio.php">Biography</a></li>
<li ><a href="master.php">in the news</a></li>
</ul>
</li>