mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update calls_active_inc.php (#4847)
* Update calls_active_inc.php removed <br>...</br> as it shows up on active call session and looks funny becuase its including the breaks <br></br> * Update calls_active_inc.php
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
|
||||
// reduce too long app data
|
||||
if(strlen($application_data) > 512) {
|
||||
$application_data = substr($application_data, 0, 512) . ' <b>...</b>';
|
||||
$application_data = substr($application_data, 0, 512) . '...';
|
||||
}
|
||||
|
||||
//send the html
|
||||
|
||||
Reference in New Issue
Block a user