Commit 312f32bd579a71afcec3cfc36a4a8a1262301984
1 parent
b42818d1
Exists in
master
and in
1 other branch
Apresentação
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10517 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/webapp/WEB-INF/jsp/avaliacao/detalhesAvaliacao.jsp
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | <tr> |
49 | 49 | <td colspan="2" class="topo2"> Teste(s) </td> |
50 | 50 | <td width="9%" class="topo2"> Quantidade</td> |
51 | - <td width="56%" class="topo2"> Linha(s) de Cógido Fonte</td> | |
51 | + <td width="56%" class="topo2"> Linha(s) de Código Fonte</td> | |
52 | 52 | </tr> |
53 | 53 | |
54 | 54 | <c:forEach items="${detalhe.criterios}" var="criterio"> | ... | ... |