Update contact_time_edit.php

This commit is contained in:
FusionPBX 2019-08-27 23:45:10 -06:00 committed by GitHub
parent c9fc3fd584
commit 054f05c15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ else {
echo " ".$text['label-time_description']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <textarea class='formfld' type='text' name='time_description' id='time_description' style='width: 400px; height: 100px;'>".escape($time_description)."</textarea>\n";
echo " <textarea class='formfld' type='text' name='time_description' id='time_description' style='width: 400px; height: 100px;'>".$time_description."</textarea>\n";
echo "</td>\n";
echo "</tr>\n";
@ -233,4 +233,4 @@ else {
//include the footer
require_once "resources/footer.php";
?>
?>