Commit 5864d53b90167a5d69fcc56e775a8f92efc4dbf3
1 parent
255e87e1
Exists in
master
and in
7 other branches
Correção no link de tags na página de exemplos
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
exemplos/index.php
... | ... | @@ -49,7 +49,9 @@ include "../init/head.php"; |
49 | 49 | <a class="navbar-brand" href="../init/index.php"><?php echo $mensagemInicia;?> <i |
50 | 50 | class="fa fa-home fa-1x"></i></a> |
51 | 51 | |
52 | - <ul class="nav navbar-nav"> | |
52 | + | |
53 | + </div> | |
54 | + <ul class="nav navbar-nav"> | |
53 | 55 | <li class="dropdown mega-dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Tags |
54 | 56 | <span class="caret"></span> |
55 | 57 | </a> |
... | ... | @@ -58,7 +60,6 @@ include "../init/head.php"; |
58 | 60 | <a class="btn btn-info" href="#" onclick="$('.exemplo').hide();$('.{{id}}').fadeIn(600);">{{tag}}</a> |
59 | 61 | </div></li> |
60 | 62 | </ul> |
61 | - </div> | |
62 | 63 | </div> |
63 | 64 | </nav> |
64 | 65 | <div class="container-fluid"> | ... | ... |