From 6b7d509e441d8976bfa37395a46b8f8e4f21b27f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Aug 2016 18:12:53 +0200 Subject: [PATCH] Fix css --- htdocs/compta/facture/fiche-rec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index ed202206ba7..10e542acf1d 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -1640,7 +1640,7 @@ else $i++; } } - else print ''.$langs->trans("NoneF").''; + else print ''.$langs->trans("NoneF").''; print ""; $db->free($resql);