diff --git a/Block/Adminhtml/Logs.php b/Block/Adminhtml/Logs.php
index 2dd8adc..7d8f80b 100644
--- a/Block/Adminhtml/Logs.php
+++ b/Block/Adminhtml/Logs.php
@@ -83,6 +83,6 @@ protected function _renderValue(AbstractElement $element): string
- EOD;
+EOD;
}
}
diff --git a/Helper/CookieHelper.php b/Helper/CookieHelper.php
index 19829cb..9fcb543 100644
--- a/Helper/CookieHelper.php
+++ b/Helper/CookieHelper.php
@@ -19,7 +19,7 @@ class CookieHelper
public function __construct(
CookieManagerInterface $cookieManager,
CookieMetadataFactory $cookieMetadataFactory,
- SessionManagerInterface $sessionManager,
+ SessionManagerInterface $sessionManager
) {
$this->cookieManager = $cookieManager;
$this->cookieMetadataFactory = $cookieMetadataFactory;
diff --git a/Helper/Feed/Generator.php b/Helper/Feed/Generator.php
index ea35f98..39e38f0 100644
--- a/Helper/Feed/Generator.php
+++ b/Helper/Feed/Generator.php
@@ -110,7 +110,7 @@ public function printLines($siteId, $text)
public function escapeString($text)
{
- return html_entity_decode(trim($text));
+ return html_entity_decode(trim($text), ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, 'UTF-8');
}
public function execute()
@@ -250,7 +250,7 @@ public function execute()
try {
$text = [];
- $text[] = ['', 2];
+ $text[] = ['', 2];
$text[] = ['' . $product->getId() . '', 3];
diff --git a/view/adminhtml/templates/salesfire_about.phtml b/view/adminhtml/templates/salesfire_about.phtml
index 58d1313..0729f3a 100644
--- a/view/adminhtml/templates/salesfire_about.phtml
+++ b/view/adminhtml/templates/salesfire_about.phtml
@@ -1,3 +1,4 @@
+