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:
benwiesner1 2019-12-31 11:02:31 -08:00 committed by FusionPBX
parent cde9c74bd0
commit 018b66969a
1 changed files with 1 additions and 1 deletions

View File

@ -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