From 8418c25bcb227c14122fc346b9e2bbb47bd81f12 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 17 Jan 2019 14:04:16 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/adherents/card.php | 2 +- htdocs/adherents/list.php | 4 ++-- htdocs/adherents/subscription.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 644eb34d184..2b7a5f190be 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -1675,7 +1675,7 @@ else print ''; print $form->select_company($object->fk_soc,'socid','',1); print ''; - print ''; + print ''; print ''; } else diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index b2b75010802..d7b3f3304ff 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -875,8 +875,8 @@ if (isset($totalarray['pos'])) { if ($i == 1) { - if ($num < $limit) print ''.$langs->trans("Total").''; - else print ''.$langs->trans("Totalforthispage").''; + if ($num < $limit) print ''.$langs->trans("Total").''; + else print ''.$langs->trans("Totalforthispage").''; } else print ''; } diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php index b28998ec39e..a8408dc4345 100644 --- a/htdocs/adherents/subscription.php +++ b/htdocs/adherents/subscription.php @@ -584,7 +584,7 @@ if ($rowid > 0) print ''; print $form->select_company($object->fk_soc,'socid','',1); print ''; - print ''; + print ''; print ''; } else