Commit a87cee197877b0779c13b3cf852b56f504b93196
1 parent
a1808baf
Exists in
master
and in
1 other branch
Retirada de tag repetida <li>
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/institucional/criteriosSucesso.jsp
... | ... | @@ -10,10 +10,11 @@ |
10 | 10 | <ul class="breadcrumb"> |
11 | 11 | <li> |
12 | 12 | <span>Você está em:</span> |
13 | - </li> | |
14 | - <li> | |
15 | - <li><a href="${pageContext.request.contextPath}">ASES</a></li> | |
16 | - </li> | |
13 | + </li> | |
14 | + <li> | |
15 | + <a href="${pageContext.request.contextPath}">ASES</a> | |
16 | + </li> | |
17 | + | |
17 | 18 | <li>| Critérios de Sucesso</li> |
18 | 19 | </ul> |
19 | 20 | </div> | ... | ... |