mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Destinations - List: Prevent wrapping in Chrome when number formatting enabled.
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
echo " <td>".escape($domain)."</td>\n";
|
||||
}
|
||||
echo " <td>".escape($row['destination_type'])." </td>\n";
|
||||
echo " <td>";
|
||||
echo " <td class='no-wrap'>";
|
||||
if (permission_exists('destination_edit')) {
|
||||
echo "<a href='".$list_row_url."'>".escape(format_phone($row['destination_number']))."</a>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user