From df50b2b6a9934cc676d752d8d7be09f512ed1292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Wed, 27 Jul 2022 15:13:34 +0200 Subject: [PATCH] =?UTF-8?q?GDPR=20nastavitve=20-->=20splo=C5=A1ne=20nastav?= =?UTF-8?q?itve:=20popravljeni=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/survey/classes/class.GDPR.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/survey/classes/class.GDPR.php b/admin/survey/classes/class.GDPR.php index a93b4c806..cda1b3ca5 100644 --- a/admin/survey/classes/class.GDPR.php +++ b/admin/survey/classes/class.GDPR.php @@ -339,15 +339,15 @@ class GDPR{ echo '
'; if($authority['name'] != '') - echo ''.$authority['name'].'
'; + echo ''.$authority['name'].'
'; if($authority['title'] != '') echo ''.$authority['title'].'
'; if($authority['email'] != '') - echo ''.$lang['srv_gdpr_user_settings_email'].': '.$authority['email'].'
'; + echo ''.$lang['srv_gdpr_user_settings_email'].':
'.$authority['email'].'
'; if($authority['phone'] != '') - echo ''.$lang['srv_gdpr_user_settings_phone'].': '.$authority['phone'].'
'; + echo ''.$lang['srv_gdpr_user_settings_phone'].':
'.$authority['phone'].'
'; if($authority['fax'] != '') - echo 'Fax: '.$authority['fax'].'
'; + echo 'Fax:
'.$authority['fax'].'

'; echo '
'; }