From 48a3aa9056f6ae6d6d71dfe2faf88d4250dee69d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 May 2006 14:18:36 +0000 Subject: [PATCH] Look: Fix style bouton --- htdocs/admin/compta.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php index 3fc2304bddf..8c46bd73448 100644 --- a/htdocs/admin/compta.php +++ b/htdocs/admin/compta.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -86,7 +86,7 @@ print '
'; print ''; print ''; print ''.$langs->trans('OptionMode').''.$langs->trans('Description').''; -print ''; +print ''; print "\n"; print ' '.$langs->trans('OptionModeTrue').''; print ''.nl2br($langs->trans('OptionModeTrueDesc'))."\n";