mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-05 15:39:24 +00:00
Action name was already escaped. So remove this one.
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
}
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['destination_type'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape(format_phone($row['destination_number']))." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($action_name)." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$action_name." </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['destination_number_regex']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['destination_context'])." </td>\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['fax_uuid'])." </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user