From f52fe71018286ee5d469d60276f7b26976f92529 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Mar 2013 19:40:52 +0100 Subject: [PATCH] Fix: Bad div closing --- htdocs/adherents/index.php | 2 +- htdocs/comm/index.php | 2 +- htdocs/comm/mailing/index.php | 2 +- htdocs/comm/propal/index.php | 2 +- htdocs/comm/prospect/index.php | 2 +- htdocs/commande/index.php | 2 +- htdocs/compta/index.php | 2 +- htdocs/compta/paiement/cheque/index.php | 2 +- htdocs/compta/prelevement/index.php | 2 +- htdocs/compta/ventilation/index.php | 2 +- htdocs/contrat/index.php | 2 +- htdocs/expedition/index.php | 2 +- htdocs/fourn/index.php | 2 +- htdocs/product/index.php | 2 +- htdocs/product/stock/index.php | 2 +- htdocs/societe/index.php | 2 +- htdocs/user/home.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php index fc5994f3086..27b3403efa0 100644 --- a/htdocs/adherents/index.php +++ b/htdocs/adherents/index.php @@ -419,7 +419,7 @@ print "\n"; print "
\n"; //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index d3acdd87593..48a07dcacba 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -546,7 +546,7 @@ if (! empty($conf->propal->enabled) && $user->rights->propal->lire) //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php index fd12402f050..8ef75c9712d 100644 --- a/htdocs/comm/mailing/index.php +++ b/htdocs/comm/mailing/index.php @@ -201,7 +201,7 @@ else //print ''; -print '
'; +print ''; if ($langs->file_exists("html/spam.html",0)) { diff --git a/htdocs/comm/propal/index.php b/htdocs/comm/propal/index.php index 6347f68c87a..971f6d10a86 100644 --- a/htdocs/comm/propal/index.php +++ b/htdocs/comm/propal/index.php @@ -513,7 +513,7 @@ if (! empty($conf->propal->enabled)) */ //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/comm/prospect/index.php b/htdocs/comm/prospect/index.php index e08228b5c61..e6496c32a58 100644 --- a/htdocs/comm/prospect/index.php +++ b/htdocs/comm/prospect/index.php @@ -279,7 +279,7 @@ if ($resql) //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index cb6e85ac117..e0e2e09df73 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -425,7 +425,7 @@ if (! empty($conf->commande->enabled)) //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 925e55f02fc..ec2dc5997e2 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -1033,7 +1033,7 @@ if ($resql) } //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php index ac67e103a82..b3ccf19ae19 100644 --- a/htdocs/compta/paiement/cheque/index.php +++ b/htdocs/compta/paiement/cheque/index.php @@ -146,7 +146,7 @@ else //print "\n"; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/compta/prelevement/index.php b/htdocs/compta/prelevement/index.php index 916c3fccec5..100a6eb0861 100644 --- a/htdocs/compta/prelevement/index.php +++ b/htdocs/compta/prelevement/index.php @@ -221,7 +221,7 @@ else //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/compta/ventilation/index.php b/htdocs/compta/ventilation/index.php index 316f5c41e1e..f98b3ed7ac1 100644 --- a/htdocs/compta/ventilation/index.php +++ b/htdocs/compta/ventilation/index.php @@ -94,7 +94,7 @@ if ($resql) print "\n"; //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php index bd35af4d55b..2e9ab1b1cb6 100644 --- a/htdocs/contrat/index.php +++ b/htdocs/contrat/index.php @@ -604,7 +604,7 @@ else //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 961365ca15e..1d4fc31d706 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -275,7 +275,7 @@ else dol_print_error($db); //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index a4a9e06ccef..25f781ccf0d 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -321,7 +321,7 @@ if (count($companystatic->SupplierCategories)) //print "\n"; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/product/index.php b/htdocs/product/index.php index 8e3c3e795fd..e973516f5f9 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -259,7 +259,7 @@ else } //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php index beb4c7829ba..a25e1e4357d 100644 --- a/htdocs/product/stock/index.php +++ b/htdocs/product/stock/index.php @@ -164,7 +164,7 @@ if ($resql) } //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index 74d8b74c4d4..90513c239de 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -249,7 +249,7 @@ else } //print ''; -print '
'; +print ''; llxFooter(); diff --git a/htdocs/user/home.php b/htdocs/user/home.php index 8c2de389a39..537a4671b5a 100644 --- a/htdocs/user/home.php +++ b/htdocs/user/home.php @@ -254,7 +254,7 @@ if ($canreadperms) } //print ''; -print '
'; +print ''; llxFooter();