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:
parent
cde9c74bd0
commit
018b66969a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue