From 4f645b0a53e68f7585fed7caa80061c9ee96bfa2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Apr 2013 16:08:38 +0200 Subject: [PATCH] Fix: Bad width --- htdocs/societe/note.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/note.php b/htdocs/societe/note.php index e24fa8a8cdc..fba53282d1f 100644 --- a/htdocs/societe/note.php +++ b/htdocs/societe/note.php @@ -121,11 +121,12 @@ if ($id > 0) } print ""; - + print '
'; - + + $colwidth='20'; include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'; - + dol_fiche_end(); }