Update dialplan_inbound_add.php (#3360)

This commit is contained in:
AlexanderDCrane
2018-08-29 15:14:56 -06:00
committed by FusionPBX
parent 1ec181d3e5
commit 6e982bb3b9

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";