Commit ccf3c6b535b67364a35e35cb2338981ee745dc49
1 parent
49e2196d
Exists in
master
and in
1 other branch
Template corrigido.
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10616 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/main/webapp/WEB-INF/tags/baseLayout.tag
... | ... | @@ -6,8 +6,6 @@ |
6 | 6 | <head> |
7 | 7 | <meta charset="UTF-8" /> |
8 | 8 | |
9 | - | |
10 | - | |
11 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
12 | 10 | |
13 | 11 | <link rel="stylesheet" type="text/css" |
... | ... | @@ -26,7 +24,6 @@ |
26 | 24 | href="${pageContext.request.contextPath}/inicial_arquivos/css/avaliar.css" |
27 | 25 | media="screen"> |
28 | 26 | |
29 | - | |
30 | 27 | <title>ASES - Avaliador e Simulador de AcessibilidadE em Sites</title> |
31 | 28 | |
32 | 29 | </head> | ... | ... |