Commit 10709e279b970d9bd2e8bd2b97cc26db914e89da

Authored by mp-96409975520
Committed by gibransodre
1 parent bedd694f
Exists in master

Alteração da adição das amostragens.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
WebContent/WEB-INF/jsp/index/formulario.jsp
... ... @@ -288,7 +288,7 @@
288 288 <c:set var="marcar" scope="session" value="true"/>
289 289 </c:if>
290 290 </c:forEach>
291   - <input type="checkbox" name="ferramentaValidacao" id="checklst1" value="32" ${marcar == 'true'?'checked=\"checked\"':''}><label for="checklst1"><i><span lang="en">Checklist</span></i> de Avaliação Manual (<a href="http://www.governoeletronico.gov.br/documentos-e-arquivos/eMAG-Checklist-acessibilidade-desenvolvedores.pdf">Material de Apoio sítio governo eletrônico - formato .pdf 552Kb</a>)</label><br>
  291 + <input type="checkbox" name="ferramentaValidacao" id="checklst1" value="32" ${marcar == 'true'?'checked=\"checked\"':''}><label for="checklst1"><i><span lang="en">Checklist</span></i> de Avaliação Manual (<a href="http://www.governoeletronico.gov.br/documentos-e-arquivos/eMAG-Checklist-acessibilidade-desenvolvedores.pdf">Material de Apoio – sítio governo eletrônico - formato .pdf 552Kb</a>)</label><br>
292 292  
293 293 <c:set var="marcar" scope="session" value="false"/>
294 294 <c:forEach items="${ferramentaValidacao}" var="item">
... ... @@ -468,4 +468,4 @@
468 468  
469 469 </div>
470 470 </jsp:body>
471   -</t:baseLayout>
  471 +</t:baseLayout>
... ...