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 '
';
}