Update sip_profile_edit.php

This commit is contained in:
FusionPBX 2019-08-27 23:50:14 -06:00 committed by GitHub
parent 8961f920da
commit 35cabbcdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@
echo " ".$text['label-sip_profile_description']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <textarea class='formfld' type='text' name='sip_profile_description'>".escape($sip_profile_description)."</textarea>\n";
echo " <textarea class='formfld' type='text' name='sip_profile_description'>".$sip_profile_description."</textarea>\n";
echo "<br />\n";
echo $text['description-sip_profile_description']."\n";
echo "</td>\n";
@ -485,4 +485,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>