Commit 259f2c1e749bd19d13e2dd79f40a6336457434de
1 parent
3c994da5
Exists in
master
and in
1 other branch
Correção de descrição
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/detalhesAvaliacao.jsp
... | ... | @@ -124,7 +124,7 @@ |
124 | 124 | |
125 | 125 | <c:if test="${!fn:contains(aReqIsCss, req) && linkHtmlJaAdicionado == false}"> |
126 | 126 | <a |
127 | - href="http://validator.w3.org/check?uri=http%3A%2F%2F${url}">Serviçoo de validação de HTML do W3C (link para um novo sitio) | |
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) | |
128 | 128 | </a> |
129 | 129 | <c:set var="linkHtmlJaAdicionado" value="true" /> |
130 | 130 | </c:if> | ... | ... |