From b30b829bcd5861977b4ef9df4fd92f49575fddd5 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Sep 2014 16:53:26 +0000 Subject: [PATCH] Make the log link plural and fix the spacing between the tools --- app/fax/fax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax.php b/app/fax/fax.php index 3787329ec4..1308e955f1 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -156,10 +156,10 @@ require_once "resources/paging.php"; echo " ".$text['label-inbox']."  "; } if (permission_exists('fax_sent_view')) { - echo " ".$text['label-sent'].""; + echo " ".$text['label-sent']."  "; } if (permission_exists('fax_log_view')) { - echo " ".$text['label-log'].""; + echo " ".$text['label-log'].""; } echo " \n"; echo " ".$row['fax_description']." \n";