From 7275295b2efaf1e313234a4b82a269f28dc51098 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Oct 2012 00:15:35 +0000 Subject: [PATCH] Fix the utf8 characters that were showing on the main fax server page. --- app/fax/fax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/fax/fax.php b/app/fax/fax.php index 0b75f06902..cc425a2f6b 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"; //add multi-lingual support + echo "\n"; foreach($content_fax as $key => $value) { $content_fax[$key] = $value[$_SESSION['domain']['language']['code']]; }