Update contact_address_edit.php

This commit is contained in:
FusionPBX 2019-08-27 23:48:04 -06:00 committed by GitHub
parent 7c0f60ea67
commit a68d5760fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -315,7 +315,7 @@ else {
echo " ".$text['label-address_address']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <textarea class='formfld' name='address_street' style='margin-bottom: 3px;'>".escape($address_street)."</textarea><br>\n";
echo " <textarea class='formfld' name='address_street' style='margin-bottom: 3px;'>".$address_street."</textarea><br>\n";
echo " <input class='formfld' type='text' name='address_extended' maxlength='255' value=\"".escape($address_extended)."\">\n";
echo "<br />\n";
echo $text['description-address_address']."\n";
@ -440,4 +440,5 @@ else {
//include the footer
require_once "resources/footer.php";
?>