diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
index 90212f314f4..8370f4fc660 100644
--- a/htdocs/comm/mailing/cibles.php
+++ b/htdocs/comm/mailing/cibles.php
@@ -241,8 +241,9 @@ if ($mil->fetch($_GET["id"]) == 0)
}
closedir($handle);
- print '
';
- print '| | | | ';
+ $var=!$var;
+ print '
';
+ print '| | | | ';
print '
';
print '
';
diff --git a/htdocs/html.formmail.class.php b/htdocs/html.formmail.class.php
index 41ca0af55b9..53251adf817 100644
--- a/htdocs/html.formmail.class.php
+++ b/htdocs/html.formmail.class.php
@@ -24,7 +24,7 @@
\version $Revision$
*/
-include_once ("html.form.class.php");
+require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php");
/** \class FormMail