From 1bbdfc3717b2dfef5c5bbe527730ea207b2f3975 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Oct 2012 19:32:10 +0100 Subject: [PATCH] Fix: DTD used for HTML output pages is HTML, not XML. --- htdocs/user/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index ed3e9b36928..3921afa6a6b 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -1146,7 +1146,7 @@ else // Signature print ''.$langs->trans('Signature').''; - print dol_textishtml($fuser->signature)?$fuser->signature:dol_nl2br($fuser->signature,1,true); + print dol_textishtml($fuser->signature)?$fuser->signature:dol_nl2br($fuser->signature,1,false); print "\n"; // Statut