diff --git a/app/fax/fax.php b/app/fax/fax.php index 7fd9f9c0d2..7a226638d5 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -37,7 +37,9 @@ require_once "includes/header.php"; require_once "includes/paging.php"; //prepare the languages + echo "\n"; foreach($content as $key => $value) { $content[$key] = $value[$_SESSION['domain']['language']['code']]; } @@ -47,11 +49,11 @@ require_once "includes/paging.php"; $order = check_str($_GET["order"]); //show the content - echo "
| \n";
- echo " "; + echo " \n"; echo "
"; + echo " \n"; if (if_group("superadmin") || if_group("admin")) { //show all fax extensions |