diff --git a/admin-dev/functions.php b/admin-dev/functions.php
index ce72fb038..8e92616a0 100644
--- a/admin-dev/functions.php
+++ b/admin-dev/functions.php
@@ -59,7 +59,9 @@ function bindDatepicker($id, $time)
function includeDatepicker($id, $time = false)
{
Tools::displayAsDeprecated();
- echo '';
+ echo '';
+ echo '';
+ echo '';
$iso = Db::getInstance()->getValue('SELECT iso_code FROM '._DB_PREFIX_.'lang WHERE `id_lang` = '.(int)Context::getContext()->language->id);
if ($iso != 'en')
echo '';