From 346285dacd9e1d55d16a0c69dcf6743136aca4f0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 25 Dec 2004 20:27:13 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/fiche.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 67e671a8176..f06f8e3d5d4 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -21,7 +21,8 @@ * */ -/*! \file htdocs/compta/fiche.php +/** + \file htdocs/compta/fiche.php \ingroup compta \brief Page de fiche compta \version $Revision$ @@ -519,7 +520,7 @@ if ($socid > 0) * */ if ($societe->note) { - print ''; + print '
'; print ""; print "
".nl2br($societe->note)."
"; }