From 354ca3723595fae1df5d8b6b6134233f69936e51 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 15 Jul 2011 21:22:57 +0000 Subject: [PATCH] Corrige opção de escolha interativa de cor na ferramenta "gráfico" em propriedades do tema --- ferramentas/graficotema/index.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferramentas/graficotema/index.js.php b/ferramentas/graficotema/index.js.php index 29e3b42..6123ab9 100644 --- a/ferramentas/graficotema/index.js.php +++ b/ferramentas/graficotema/index.js.php @@ -183,7 +183,7 @@ i3GEOF.graficoTema = { ins.push(""); ins.push(" "+retorno.data.valores[i].item+""); ins.push(" "); - ins.push(" "); + ins.push(" "); } ins.push(""); $i("i3GEOgraficotemalistai").innerHTML = ins.join(""); -- libgit2 0.21.2