diff --git a/app/hot_desking/extension_edit.php b/app/hot_desking/extension_edit.php index 2af5d5bf38..c0d13422bb 100644 --- a/app/hot_desking/extension_edit.php +++ b/app/hot_desking/extension_edit.php @@ -303,9 +303,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; - echo "
\n"; - echo "".$text['description-voicemail_password']." \n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-voicemail_password']."\n"; echo "\n"; echo "\n"; diff --git a/app/voicemails/voicemail_edit.php b/app/voicemails/voicemail_edit.php index 79bc546704..7fda1e03a9 100644 --- a/app/voicemails/voicemail_edit.php +++ b/app/voicemails/voicemail_edit.php @@ -281,9 +281,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-voicemail_password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; - echo $text['description-voicemail_password']." \n"; + echo $text['description-voicemail_password']."\n"; echo "\n"; echo "\n";