Update dialplan_inbound_add.php (#3360)

This commit is contained in:
AlexanderDCrane 2018-08-29 15:14:56 -06:00 committed by FusionPBX
parent 508a68067a
commit d957438a3e
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@
echo " ".$text['label-limit']."\n";
echo "</td>\n";
echo "<td colspan='4' class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='limit' maxlength='255' value=\"".escape($limit).""\">\n";
echo " <input class='formfld' type='text' name='limit' maxlength='255' value=\"".escape($limit)."\">\n";
echo "<br />\n";
echo "\n";
echo "</td>\n";