Remove the default "<div class=content>" which lead to cosmetic bug

in the plugins
This commit is contained in:
Dany De Bontridder 2018-06-26 19:17:06 +02:00
parent 457290f4e2
commit 5b8c5acbc7

View file

@ -38,7 +38,6 @@ if ( ! file_exists(NOALYSS_PLUGIN.'/'.trim($ext->me_file)))
alert(j(_("Ce fichier n'existe pas ")));
return;
}
echo '<div class="content">';
require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.trim($ext->me_file);