Commit c4188b2189456532410a21c133d67a79ccd43094
1 parent
250e1dcb
Exists in
master
Correção de links
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/detalhesAvaliacao.jsp
@@ -117,14 +117,14 @@ | @@ -117,14 +117,14 @@ | ||
117 | <c:if test="${fn:contains(aReqIsW3c, req)}"> | 117 | <c:if test="${fn:contains(aReqIsW3c, req)}"> |
118 | <c:if test="${fn:contains(aReqIsCss, req) && linkCssJaAdicionado == false}"> | 118 | <c:if test="${fn:contains(aReqIsCss, req) && linkCssJaAdicionado == false}"> |
119 | <a | 119 | <a |
120 | - href=" http://jigsaw.w3.org/css-validator/validator?uri=${url}"> Serviço de validação de CSS do W3C (link para um novo sitio) | 120 | + href=" http://jigsaw.w3.org/css-validator/validator?uri=${urlFormatada}"> Serviço de validação de CSS do W3C (link para um novo sitio) |
121 | </a> | 121 | </a> |
122 | <c:set var="linkCssJaAdicionado" value="true" /> | 122 | <c:set var="linkCssJaAdicionado" value="true" /> |
123 | </c:if> | 123 | </c:if> |
124 | 124 | ||
125 | <c:if test="${!fn:contains(aReqIsCss, req) && linkHtmlJaAdicionado == false}"> | 125 | <c:if test="${!fn:contains(aReqIsCss, req) && linkHtmlJaAdicionado == false}"> |
126 | <a | 126 | <a |
127 | - href="http://validator.w3.org/check?uri=http%3A%2F%2F${url}">Serviço de validação de HTML do W3C (link para um novo sitio) | 127 | + href="http://validator.w3.org/check?uri=http%3A%2F%2F${urlFormatada}">Serviço de validação de HTML do W3C (link para um novo sitio) |
128 | </a> | 128 | </a> |
129 | <c:set var="linkHtmlJaAdicionado" value="true" /> | 129 | <c:set var="linkHtmlJaAdicionado" value="true" /> |
130 | </c:if> | 130 | </c:if> |