From e69086cca7ac231d18f8c49ab68ae21839bab3a6 Mon Sep 17 00:00:00 2001 From: eduardo.batista Date: Thu, 19 Oct 2017 16:20:03 -0200 Subject: [PATCH] [Feat] Alterando tamanho da fonte do texto do QRCode --- MdWsSeiRest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdWsSeiRest.php b/MdWsSeiRest.php index be0af08..8a18a1a 100644 --- a/MdWsSeiRest.php +++ b/MdWsSeiRest.php @@ -326,7 +326,7 @@ class MdWsSeiRest extends SeiIntegracao $infraException->lancarValidacao('Não foi possível ler o arquivo do QRCode.'); } - $htmlQrCode .= '
'; + $htmlQrCode .= '
'; $htmlQrCode .= '
'; $htmlQrCode .= '

'; $htmlQrCode .= ''; -- libgit2 0.21.2