Commit 7a31226760094ed76f276155e5644dfb4d1b7ac0
1 parent
474a59a8
Exists in
master
and in
7 other branches
-
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
admin/html/arvore.html
... | ... | @@ -63,7 +63,7 @@ body { |
63 | 63 | <p class=paragrafo> |
64 | 64 | Utilize os botões para criar novos nomes de menus, grupos ou |
65 | 65 | sub-grupos, formando listas de itens.<br>Os itens criados podem |
66 | - ser reaproveitados em vários nós da árvore. | |
66 | + ser reaproveitados em vários nós da árvore. | |
67 | 67 | </p> |
68 | 68 | <p class=paragrafo> |
69 | 69 | <input id="botaoEditorMenu" type=button | ... | ... |
admin/menu.html
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | |
52 | 52 | } |
53 | 53 | ]},{ |
54 | - html: "Controle de acesso e usuários</a>", | |
54 | + html: "Controle de acesso e usuários</a>", | |
55 | 55 | type: "html", |
56 | 56 | children:[ |
57 | 57 | { |
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | |
72 | 72 | } |
73 | 73 | ]},{ |
74 | - html: "Metadados estatísticos", | |
74 | + html: "Metadados estatísticos", | |
75 | 75 | type: "html", |
76 | 76 | children:[ |
77 | 77 | { |
... | ... | @@ -292,7 +292,7 @@ |
292 | 292 | |
293 | 293 | } |
294 | 294 | ]},{ |
295 | - html: "Configuração dos serviços OGC", | |
295 | + html: "Configuração dos serviços OGC", | |
296 | 296 | type: "html", |
297 | 297 | children:[ |
298 | 298 | { | ... | ... |