Action name was already escaped. So remove this one.

This commit is contained in:
FusionPBX
2019-08-13 12:37:39 -06:00
committed by GitHub
parent 3f4b64b629
commit 70d1b8c56d
+1 -1
View File
@@ -274,7 +274,7 @@
}
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['destination_type'])."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".escape(format_phone($row['destination_number']))."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".escape($action_name)."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$action_name."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['destination_number_regex']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['destination_context'])."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['fax_uuid'])."&nbsp;</td>\n";