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,7 +49,9 @@ include "../init/head.php"; | ||
49 | <a class="navbar-brand" href="../init/index.php"><?php echo $mensagemInicia;?> <i | 49 | <a class="navbar-brand" href="../init/index.php"><?php echo $mensagemInicia;?> <i |
50 | class="fa fa-home fa-1x"></i></a> | 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 | <li class="dropdown mega-dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Tags | 55 | <li class="dropdown mega-dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Tags |
54 | <span class="caret"></span> | 56 | <span class="caret"></span> |
55 | </a> | 57 | </a> |
@@ -58,7 +60,6 @@ include "../init/head.php"; | @@ -58,7 +60,6 @@ include "../init/head.php"; | ||
58 | <a class="btn btn-info" href="#" onclick="$('.exemplo').hide();$('.{{id}}').fadeIn(600);">{{tag}}</a> | 60 | <a class="btn btn-info" href="#" onclick="$('.exemplo').hide();$('.{{id}}').fadeIn(600);">{{tag}}</a> |
59 | </div></li> | 61 | </div></li> |
60 | </ul> | 62 | </ul> |
61 | - </div> | ||
62 | </div> | 63 | </div> |
63 | </nav> | 64 | </nav> |
64 | <div class="container-fluid"> | 65 | <div class="container-fluid"> |