From d30b2804bcb315e54d0c5ada988fb026655a91e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= <marcosgdf@gmail.com> Date: Fri, 3 Aug 2012 14:31:10 +0200 Subject: [PATCH] Was using tabs instead of spaces --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 4dc8665907f..d3ecab9ee48 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2063,7 +2063,7 @@ function img_phone($alt = 'default', $option = 0) if ($alt == 'default') $alt = $langs->trans('Call'); - if ($option == 1) $img = 'call'; + if ($option == 1) $img = 'call'; else $img = 'call_out'; return img_picto($alt, $img); -- GitLab