Commit 48e2cc1f579e2c7faeb2c1a7ab7e4b05be6a5541
1 parent
d637c7bb
Exists in
master
and in
1 other branch
Correções
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10533 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/detalhesAvaliacao.jsp
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | <c:if test="${fn:contains(aReqIsW3c, req)}"> |
95 | 95 | |
96 | 96 | <c:if test="${fn:contains(aReqIsCss, req)}"> |
97 | - <a href="http://www.css-validator.org/validator?uri=${url}" target="_blanck"> | |
97 | + <a href=" http://jigsaw.w3.org/css-validator/validator?uri=${url}" target="_blanck"> | |
98 | 98 | Serviço de validação de CSS do W3C |
99 | 99 | </a> |
100 | 100 | </c:if> |
... | ... | @@ -160,7 +160,7 @@ |
160 | 160 | <c:if test="${!fn:contains(aReq, req)}"> |
161 | 161 | <c:choose> |
162 | 162 | <c:when test="${ocorrencia.cssEvaluation}"> |
163 | - <a name="${ocorrencia.criterio}.${ocorrencia.posLineOccurrence}" href="http://www.css-validator.org/validator?uri=${ocorrencia.tag}" target="_blank"> | |
163 | + <a name="${ocorrencia.criterio}.${ocorrencia.posLineOccurrence}" href="http://jigsaw.w3.org/css-validator/validator?uri=${ocorrencia.tag}" target="_blank"> | |
164 | 164 | ${ocorrencia.line} : Serviço de validação de CSS do W3C : ${ocorrencia.tag} |
165 | 165 | </a> |
166 | 166 | </c:when> | ... | ... |