diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
index c8274a8f8dd..eb350eb9a3a 100644
--- a/htdocs/modulebuilder/index.php
+++ b/htdocs/modulebuilder/index.php
@@ -1995,7 +1995,7 @@ if ($module == 'initmodule')
print '';
print '';
- dol_fiche_head($head2, $tab, '', -1, '');
+ dol_fiche_head($head2, $tab, '', -1, '', 0, '', '', 0, 'formodulesuffix');
$doleditor = new DolEditor('editfilecontent', $content, '', '300', 'Full', 'In', true, false, 'ace', 0, '99%', '');
print $doleditor->Create(1, '', false, $langs->trans("File").' : '.$file, (GETPOST('format', 'aZ09') ?GETPOST('format', 'aZ09') : 'html'));
@@ -2011,7 +2011,7 @@ if ($module == 'initmodule')
print '';
}
} else {
- dol_fiche_head($head2, $tab, '', -1, ''); // Level 2
+ dol_fiche_head($head2, $tab, '', -1, '', 0, '', '', 0, 'formodulesuffix'); // Level 2
}
if ($tab == 'languages')