From ee16c401a2f0dbf4e2b9cfd44d7399c0921dd0e7 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Mon, 8 Apr 2019 17:43:58 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=81=D0=BF=D0=BE=D0=B9=D0=BB=D0=B5=D1=80=D0=BE=D0=B2?= =?UTF-8?q?,=20=D1=87=D1=82=D0=BE=D0=B1=D1=8B=20=D1=83=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=84=D0=BB=D0=B8=D0=BA=D1=82?= =?UTF-8?q?=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/classes/modules/ifhub/Ifhub.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/classes/modules/ifhub/Ifhub.class.php b/application/classes/modules/ifhub/Ifhub.class.php index 94850a0b..4fa96895 100644 --- a/application/classes/modules/ifhub/Ifhub.class.php +++ b/application/classes/modules/ifhub/Ifhub.class.php @@ -33,8 +33,8 @@ class ModuleIfhub extends Module $sTitle = $aParams['title']; } - return '
'. - ''.$sTitle.''. + return '
'. + ''.$sTitle.''. $sText.'
'; } /**