Update var_edit.php

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

View File

@ -317,7 +317,7 @@
echo " ".$text['label-description']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <textarea class='formfld' name='var_description' rows='17'>".escape($var_description)."</textarea>\n";
echo " <textarea class='formfld' name='var_description' rows='17'>".$var_description."</textarea>\n";
echo "<br />\n";
echo $text['description-description']."\n";
echo "</td>\n";