diff --git a/app/recordings/recording_play.php b/app/recordings/recording_play.php index c57bc9bfca..71e4b525ec 100644 --- a/app/recordings/recording_play.php +++ b/app/recordings/recording_play.php @@ -53,14 +53,20 @@ $type = $_GET['type']; //moh //rec "; - echo ""; - - echo "\n"; - + if ($browser_name == "Google Chrome" || $browser_name == "Mozilla Firefox") { + echo ""; + } + else { + echo ""; + echo "\n"; + } } if ($file_ext == "mp3") { echo "\n";