From 7549b1fcea3151c92d5ae80f5cdefc18f9b7ede6 Mon Sep 17 00:00:00 2001 From: eduardo.batista Date: Wed, 18 Oct 2017 23:26:29 -0200 Subject: [PATCH] [Feat] Alterando html do qrcode enviado pela mba --- MdWsSeiRest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MdWsSeiRest.php b/MdWsSeiRest.php index 8db1bf8..ce0aced 100644 --- a/MdWsSeiRest.php +++ b/MdWsSeiRest.php @@ -284,7 +284,7 @@ class MdWsSeiRest extends SeiIntegracao return $html; } - $html = $this->montaCorpoHtMLQRCode($nomeArquivo); + $html = $this->montaCorpoHTMLQRCode($nomeArquivo); CacheSEI::getInstance()->setAtributo($nomeArquivo, $html, CacheSEI::getInstance()->getNumTempo()); return $html; @@ -295,7 +295,7 @@ class MdWsSeiRest extends SeiIntegracao * @param $nomeArquivo * @return string */ - private function montaCorpoHtMLQRCode($nomeArquivo) + private function montaCorpoHTMLQRCode($nomeArquivo) { $htmlQrCode = ''; $caminhoAtual = explode("/sei/web", __DIR__); @@ -324,11 +324,11 @@ class MdWsSeiRest extends SeiIntegracao $infraException->lancarValidacao('Não foi possível ler o arquivo do QRCode.'); } - $htmlQrCode .= '
'; - $htmlQrCode .= '
'; + $htmlQrCode .= '
'; + $htmlQrCode .= '
'; $htmlQrCode .= '

'; $htmlQrCode .= ''; - $htmlQrCode .= 'Acesse as lojas App Store ou Google Play e instale o aplicativo do SEI! No seu celular.'; + $htmlQrCode .= 'Acesse as lojas App Store ou Google Play e instale o aplicativo do SEI! no seu celular.'; $htmlQrCode .= ''; $htmlQrCode .= '

'; $htmlQrCode .= '

'; -- libgit2 0.21.2