diff --git a/app/fax/fax.php b/app/fax/fax.php index a321b7d6a7..7fd9f9c0d2 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -39,7 +39,7 @@ require_once "includes/paging.php"; //prepare the languages require_once "app_languages.php"; foreach($content as $key => $value) { - $content[$key] = $value[$_SESSION['domain']['language']['code']]."\n"; + $content[$key] = $value[$_SESSION['domain']['language']['code']]; } //get the http get values and set them as php variables