From 809d393293f5836bcf439bc55bb5c4e019f7ea2a Mon Sep 17 00:00:00 2001 From: Judith Date: Thu, 23 Sep 2021 12:27:29 +0200 Subject: [PATCH] Changed title --- Block/Adminhtml/Form/Field/ServerInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block/Adminhtml/Form/Field/ServerInfo.php b/Block/Adminhtml/Form/Field/ServerInfo.php index b10f4cb..d831471 100644 --- a/Block/Adminhtml/Form/Field/ServerInfo.php +++ b/Block/Adminhtml/Form/Field/ServerInfo.php @@ -37,7 +37,7 @@ class ServerInfo extends \Magento\Config\Block\System\Config\Form\Field $html = $this->getConnectionStatusPerStore(); - $r = '' . $html . '

'; + $r = '' . $html . '

'; return $r; }