From acc0ac2c88fa56e72e3fb4abd6602d5144bd287d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Feb 2019 05:05:26 +0100 Subject: [PATCH] Fix line feed --- htdocs/accountancy/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php index 5c41e171e51..ca66201dac7 100644 --- a/htdocs/accountancy/index.php +++ b/htdocs/accountancy/index.php @@ -55,10 +55,10 @@ $step = 0; if ($conf->accounting->enabled) { - print $langs->trans("AccountancyAreaDescIntro")."
\n"; + print ''.$langs->trans("AccountancyAreaDescIntro")."
\n"; print "
\n";print "
\n"; - print load_fiche_titre(' '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."
\n"; + print load_fiche_titre(' '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."\n"; print '
'; print "
\n";