From e53ae6eea2f31cf3f458ee1e733d0ec047900787 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sun, 5 Aug 2012 21:59:45 +0200
Subject: [PATCH] Fix: W3C

---
 htdocs/compta/facture/impayees.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php
index 5b7d0694aa2..19b0c99ca87 100644
--- a/htdocs/compta/facture/impayees.php
+++ b/htdocs/compta/facture/impayees.php
@@ -315,7 +315,7 @@ if ($resql)
 
 			$var=!$var;
 
-			print "<tr $bc[$var]>";
+			print "<tr ".$bc[$var].">";
 			$classname = "impayee";
 
 			print '<td nowrap="nowrap">';
@@ -386,6 +386,7 @@ if ($resql)
 		print '<td align="right"><b>'.price($total_paid).'</b></td>';
 		print '<td align="center">&nbsp;</td>';
 		print '<td align="center">&nbsp;</td>';
+		print '<td align="center">&nbsp;</td>';
 		print "</tr>\n";
 	}
 
-- 
GitLab