Update dialplan_edit.php

This commit is contained in:
FusionPBX
2018-03-26 18:03:19 -06:00
committed by GitHub
parent 2cc36e42eb
commit 6a609b9599

View File

@@ -641,7 +641,7 @@
echo " <select id='dialplan_detail_type_".$x."' name='dialplan_details[".$x."][dialplan_detail_type]' class='formfld' style='width: auto; ".$element['visibility']."' onchange='change_to_input(this);'>\n";
if (strlen($dialplan_detail_type) > 0) {
echo " <optgroup label='selected'>\n";
echo " <option value='".htmlspecialchars($dialplan_detail_type)."'>".htmlspecialchars($dialplan_detail_type)."</option>\n";
echo " <option value=\"".htmlspecialchars($dialplan_detail_type)."\">".htmlspecialchars($dialplan_detail_type)."</option>\n";
echo " </optgroup>\n";
}
else {