Action name was already escaped. So remove this one.
This commit is contained in:
parent
3f4b64b629
commit
70d1b8c56d
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue