diff --git a/ferramentas/inserexy2/index.js.php b/ferramentas/inserexy2/index.js.php
index c737fb2..38dcc57 100644
--- a/ferramentas/inserexy2/index.js.php
+++ b/ferramentas/inserexy2/index.js.php
@@ -663,9 +663,9 @@ i3GEOF.inserexy = {
mostra = function(retorno){
i3GEOF.inserexy.aguarde.visibility = "hidden";
if (retorno.data !== undefined){
- var ins = retorno.data[0]+"
";
- ins += retorno.data[1]+"
";
- ins += retorno.data[2]+"
";
+ var ins = "
";
+ ins += "
";
+ ins += "
";
$i("i3GEOinserexywktres").innerHTML = "
"+ins+"
"; } else -- libgit2 0.21.2