From 53129ef8606a77505d40707b091fe44b38eb85f6 Mon Sep 17 00:00:00 2001
From: Carlos Vieira <3831408+caduvieira@users.noreply.github.com>
Date: Tue, 7 Nov 2023 10:09:35 -0300
Subject: [PATCH] fix: phpcs para XSS
---
src/pen_map_unidade_listar.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pen_map_unidade_listar.php b/src/pen_map_unidade_listar.php
index 00ea07935..f5e1774f2 100755
--- a/src/pen_map_unidade_listar.php
+++ b/src/pen_map_unidade_listar.php
@@ -189,7 +189,7 @@
}
if($objSessao->verificarPermissao('pen_map_unidade_excluir')) {
- $strResultado .= '';
+ $strResultado .= '';
}
$strResultado .= '';
@@ -341,10 +341,10 @@ function onClickBtnExcluir(){
abrirAreaDados('5em'); ?>
-
+
-
+
fecharAreaDados(); ?>