From 0752284753dd772e779ceeb8de98411290b22896 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 Apr 2011 17:18:13 +0000 Subject: [PATCH] Fix: Missing style --- htdocs/compta/paiement/rapport.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/paiement/rapport.php b/htdocs/compta/paiement/rapport.php index aef22aa41c4..bf270c5c897 100644 --- a/htdocs/compta/paiement/rapport.php +++ b/htdocs/compta/paiement/rapport.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 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 @@ -95,7 +95,7 @@ print ''; $cmonth = GETPOST("remonth")?GETPOST("remonth"):date("n", time()); $syear = GETPOST("reyear")?GETPOST("reyear"):date("Y", time()); -print ''; for ($month = 1 ; $month < 13 ; $month++) { if ($month == $cmonth) @@ -108,7 +108,7 @@ for ($month = 1 ; $month < 13 ; $month++) } } print ""; -print ''; for ($formyear = $syear - 2; $formyear < $syear +1 ; $formyear++) {