Commit 8bebf818df60c98cd2f78edcdc6ffcd0d337fd36

Authored by gibran
1 parent b4c083ca

Correção de link

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/main/webapp/WEB-INF/jsp/index/index.jsp
... ... @@ -11,9 +11,9 @@
11 11 <div class="tile --NOVALUE--">
12 12  
13 13 <!-- ADICIONANDO ERROS -->
14   - <c:if test="${not empty errors}">
  14 + <c:if test="${not empty errors}">
15 15 <c:forEach items="${errors}" var="error">
16   - <div class="${error.category}">
  16 + <div class="${error.category}">
17 17 <div class="alinName"><a id="mensagemErroCampoVazio_${ancoraCampoVazio}" href="#${ancoraCampoVazio}">${error.message}</a></div>
18 18 </div>
19 19 <br />
... ...